Hi,

>For some reason it didn't work for me (sqlalchemy 0.4.2p3). I tried
>mssql://?dsn=MyDSN, and also mssql://?DSN=MyDSN. Oh well.
>  
>
Sorry, it's
mssql:///?dsn=mydsn

This definitely works, just tested it
 >>> eng = sqlalchemy.create_engine('mssql:///?dsn=bob')
 >>> eng.execute('select 1')
<sqlalchemy.engine.base.ResultProxy object at 0x00D17CB0>

Paul

--~--~---------~--~----~------------~-------~--~----~
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