It looks to me as if you have unixodbc installed, but don't have a SQL
Server driver installed, or it's named differently.

Unixodbc drivers are here:
    http://www.unixodbc.org/drivers.html

I'm not really up on my unixodbc config, so I don't know where or how the
driver names are configured.

> As you can see I can connect via pyodbc if I pick TDS as a driver. Is
> there a way to tell sqlalchemy to use TDS driver?

I've added a keyword parameter 'driver' to the MSSQL/pyodbc dialect in
r4386. Will substitute in the ODBC connection string, defaults to 'SQL
Server'. Give that a try if you can't otherwise resolve the naming issue.

Rick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to