[DB-SIG] Using mxODBC

buchan@ctc.net buchan@ctc.net
Fri, 3 May 2002 11:28:07 -0400


I'm using the mxODBC package from eGenix to connect to a
MS Access db on Windows NT. How does one specify
the db pathname in the following command line?

import mx.ODBC.Windows
db = mx.ODBC.Windows.DriverConnect('DSN=database;UID=user;PWD=passwd')

Also are user and passwd optional?

Thanks.
Bob (buchan@vnet.net)