Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Matt Scilipoti

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Connect to MS SQL Server via ODBC vs OLEDB.

From http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServer:

Connecting via the OLEDB adaptor seems to have it’s quirks. Another posibility is to connect via ODBC (tested with Rails 1.1.6)

e.g. for a trusted connection
   1  
   2  development:
   3    adapter: sqlserver
   4    mode: odbc
   5    dsn: Driver={SQL Server};Server=<your server>;Database=<your db>;Trusted_Connection=yes;
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS