connect to odbc

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top