On Feb 5, 7:25 pm, "Skye sh...@#$" <[email protected]> wrote:
> DB = Sequel.odbc('md', :user => 'qwert12345', :password => '123...@#$
> %')

Include the :db_type=>'mssql' option in the above call. Also, you may
want to do possibly one or more of the following:

  DB.identifier_input_method = nil
  DB.identifier_output_method = nil
  DB.quote_identifiers = false

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