> -----Original Message----- > From: Dennis M. Gray [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 18, 2004 11:06 PM > To: [EMAIL PROTECTED] > Subject: DBD::ODBC Connection no longer working > > > This is my connection string in a script that no longer > works. The file has not been moved. I am not sure what file > it cannot find. > > $dbh = DBI->connect('dbi:ODBC:driver=Microsoft Access Driver > (*.mdb);dbq=F:/GROUPS/BUSINESS/BSS/safeguards/systems/testing/ > safeguards_test.mdb') > or die "Cannot connect to Safeguards Test database"; > > OUTPUT BELOW: > > > DBI = 1.37 > DBD::ODBC = 1.07 > PERL = 5.8.2 > DBI connect('driver=Microsoft Access Driver > (*.mdb);dbq=F:/GROUPS/BUSINESS/BSS/s > afeguards/systems/testing/safeguards_test.mdb','',...) > failed: [Microsoft][ODBC Microsoft Access Driver] Could not > find file '(unknown)'. (SQL-HY000)(DBD: db_lo gin/SQLConnect > err=-1) at F:\safeguards\SYSTEMS\TESTING\Dataload scripts and > dat a\DATA\DENNIS\make_request.pl line 18 Cannot connect to > Safeguards Test database at F:\safeguards\SYSTEMS\TESTING\Data > load scripts and data\DATA\DENNIS\make_request.pl line 18.
Can you try the next version? I did some "mucking" with that and, I think, fixed it in 1.09 Jeff
