On Thursday, May 24, 2012 12:32:58 AM UTC-7, Ben Sullivan wrote:
>
> Hi
>
> Can anyone point me to a recipe that gives me an idea on how to use Sequel
> to connect to a MS SQL Server 2008 database using JRuby and the jtds jdbc
> driver?
>
> It looks like it's possible from what I've read int he rdoc but I couldn't
> find any recipes via Google and I didn't see any specs in the GitHub repo.
>
>
Look at the jdbc section in
http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html
Example:
Sequel.connect('jdbc:jtds:sqlserver://host/db;user=username;password=secret')
Jeremy
--
You received this message because you are subscribed to the Google Groups
"sequel-talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sequel-talk/-/QK0SB9LNGmAJ.
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.