Hello there. I'd like to use SQLalchemy with an existing db2 database (I can already access it with plain SQL using pyODBC from a python-2.6/ win32 system).
Googling around, I found http://code.google.com/p/ibm-db and it seems to have an updated DB-API driver for python-2.6/win32, but the latest SA adapter is for sqlalchemy-0.4. Is there any way to access DB2 from sqlalchemy-0.6 or -0.7? If that helps, I'm gonna use it in read-only (ie, no INSERT, UPDATE, DELETE queries will be issued nor would they be accepted by the db) thanks, Luca -- 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.
