A user reports the following error
dbi.internalError: [Microsoft][ODBC Driver Manager] The specified DSN contains
an architecture mismatch between the Driver and Application in LOGIN.
trying to connect to a new database source because they migrated the windows
server to a new machine with a sup
There are two different modules which you might be using to connect to an
SQL Server database.
The odbc module is very basic, written in C, and follows the db-api version
1 api.
The adodbapi module is more complex, written in Python, and follows the
db-api version 2 specification (PEP 249, with m