Here is my take, keeping in mind i havent used a windows machine in  
about a year:


On Dec 10, 2008, at 5:13 PM, Lukasz Szybalski wrote:

>
> cnxn = pyodbc.connect("DSN=dsnname;UID=user;PWD=password")

mssql://user:[EMAIL PROTECTED]/


>
> or
> cnxn = pyodbc.connect('DRIVER={SQL
> Server};SERVER=server;DATABASE=database;UID=user;PWD=password)

mssql://user:[EMAIL PROTECTED]/database? 
connect_type=TDS7&other=args&that=are&needed=foo

using "connect_type", or some better name, we can map the URL scheme  
to an unlimited number of vendor specific connect strings on the back. 
  

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

Reply via email to