pjm has asked for the wisdom of the Perl Monks concerning the following question:

We are currently running an CM app that stores its version history in a MS access DB file (*.mdb). This I am able to access via Win32::ODBC, however when I try and read a spreadsheet and compare it with the access db in the same script, I get an OLEInitialise error -51, remove either the OLE or the ODBC part and the script works, any one come across this before ????

Replies are listed 'Best First'.
Re: Win32::OLE and Win32::ODBC
by myocom (Deacon) on Jun 17, 2001 at 10:55 UTC

    If you were to post your code (surrounded by <code> tags), it would be much easier to troubleshoot your problem...