Gossamer Forum
Home : General : Databases and SQL :

Undecipherable MS Access error

Quote Reply
Undecipherable MS Access error
Hello,

I keep on receiving the following error when attempting to connect to a DSN source using Perl Win32::ODBC:

Code:
---------- Error Report: ----------
Errors for the package:
Connection Number:
Error number: 911
Error message: ""
-----------------------------------

The problem is, I don't know what this message means!
I'm running Windows 2000 Server Edition, IIS 5.0, MS Access 2000, and ActiveState Perl 5.6

Please help!

Simon
Quote Reply
Re: [Simonliu] Undecipherable MS Access error In reply to
Basically, that means that whatever function you were running is not supported by your current ODBC driver...

(911 -[Microsoft]{ODBC Driver Manager]
Driver does not support this function).


Microsoft recently had a Jet Engine update for version 4.0. You might want to run Windows Update and see if that update is available.

If not, you might want to re-install your ODBC driver for Access (Jet Engine).
========================================
Buh Bye!

Cheers,
Me