in reply to Re: Connect to MS Access w/o ODBC, DSN, from Win32
in thread Connect to MS Access w/o ODBC, DSN, from Win32
(What I am attempting to do is: get table from Access DB on Novell server, determine if Access DB in local machine in the same version, then copy a new version to the local machine if there has been an update... sounds easy enough.)DBI->connect(driver=Microsoft Access Driver *.mdb);dbq=\\SERVER\My_Dat +abase.mdb) failed: [Microsoft][ODBC Driver Manager] Invalid string or + buffer length (SQL-S1090)(DBD: db_login/SQLConnect err=-1) at connec +t.pl line 7 [Microsoft][ODBC Driver Manager] Invalid string or buffer + length (SQL-S1090)(DBD: db_login/SQLConnect err=-1)
|
|---|