Hi! 2007/4/26, Michael Bayer <[EMAIL PROTECTED]>: > > > mssql:// supports pyodbc.
And how to I open the engine? (XXX is the name of the ODBC DataSource what I want to open. It is DBISAM database). from sqlalchemy import * import pyodbc db = create_engine('mssql://zeusweb', module=pyodbc) The result is: --------------------------- Error --------------------------- AttributeError: 'MSSQLDialect' object has no attribute 'make_connect_string' --------------------------- OK --------------------------- ???? Thanks for help! dd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---