Hi guys I have a python script to run. it extract a zip file and adds data to a mdb database I get this error message in a prompt window any ideas please?????????????? Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Grah>cd c:\racemeets C:\RaceMeets>python dfs_import.py Traceback (most recent call last): File "dfs_import.py", line 105, in ? con = pyodbc.connect(drivConn) <type 'instance'>: ('HY000', "[HY000] [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'. (-1811) (SQLDriverConnectW); [HY000] [Microsoft ][ODBC Microsoft Access Driver] Could not find file '(unknown)'. (-1811)") C:\RaceMeets> any help would be appreciated regards Grah
!!!!! Found the problem.....just saved the mdb in 2000 vers "Graham Feeley" wrote in message news:48f3d9cb$0$28218$afc38c87@news.optusnet.com.au... > Hi guys I have a python script to run. > it extract a zip file and adds data to a mdb database > I get this error message in a prompt window > any ideas please?????????????? > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\Documents and Settings\Grah>cd c:\racemeets > > C:\RaceMeets>python dfs_import.py > Traceback (most recent call last): > File "dfs_import.py", line 105, in ? > con = pyodbc.connect(drivConn) > <type 'instance'>: ('HY000', "[HY000] [Microsoft][ODBC Microsoft Access > Driver] > Could not find file '(unknown)'. (-1811) (SQLDriverConnectW); [HY000] > [Microsoft > ][ODBC Microsoft Access Driver] Could not find file '(unknown)'. (-1811)") > > C:\RaceMeets> > any help would be appreciated > regards > Grah > >