> So what you are saying here is that sqlalchemy will figure out what driver
to use? pyodbc or other?

Sort of. Attempts are made to import appropriate modules until one doesn't
fail. The order is: [pyodbc, mssql, adodbapi]

> I have tried this with svn version and I get
> <traceback snipped>:

I've tried it with Windows, and the normal DB-URL syntax works. The
traceback you give suggests some kind of pydodbc error, but doesn't seem to
provide any details. If you're on Linux, I would suspect your FreeTDS /
unixodbc / iodbc setup. What sort of error you get when trying to connect
using pyodbc without SQLAlchemy?


Rick

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