Sure, I'll give it a shot.  Thanks for doing that!  I also found an
active record mssql adapter on rails svn.  I'm going to check that
out, perhaps it will give me some more ideas.  Looks like they have
offset already, I'll see if I can't pull some of those ideas into this
one.

Another question.  How do I call the new adapter?  Right now I am
calling it

Sequel.odbc(dsn, :user => 'user', :password => 'password')

I don't think I can do that with the new file being named odbc-mssql.
Doesn't it do a method missing and look for an adapter named the same
as the method?  Perhaps I could just rename the file to odbc_mssql or
something?  I'll give it a shot.

Unfortunately, I can't use the URI method right now because I have a @
symbol in the password.  I've never found a way to get that to pass
URI.parse.

Are there other ways could I connect?
--~--~---------~--~----~------------~-------~--~----~
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