G
Graham Feeley
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
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