I am trying to use pyodbc to get connected to a MS SQL server.
Here is statement used:
engine = create_engine("mssql://user_name:[EMAIL PROTECTED]/db_name",
module=pyodbc)
It raises the following error:
'MSSQLDialect' has not attribute 'make_connect_string'
How could I fix it?
thx
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---