On Dec 16, 5:02 pm, lkfken <[email protected]> wrote:
> In Access, that field is call "memo",  so it makes sense to see how
> Sequel shows
> {:db_type=>"text",
>    :max_chars=>2147483647, ...}
>
> I tried to use odbc as described 
> athttp://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html
>
> Unfortunately, I couldn't get it to work as I got
> Sequel::AdapterNotFound.
>
> Do you have a solution for this?

With the odbc adapter, you should generally set up a DSN and use that
to connect.  Did you set up the DSN for it?

Also, if you aren't having luck with odbc, please give JRuby and the
jdbc adapter a try.

Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to