L
Linda
I have a perl script which I would like to call from my Access database
switchboard. The script searches files in a directory and compares them to
entries in a database table to see if they have been imported. If not, it
parses the file and imports the data to another database table. The script
itself works. However, once I call it from within the database I get an
error that says the "DBI connect failed. The database has been place in a
state by an unknown user that prevents it from being opened or locked." The
database default open mode is shared. I have not specified "exclusive" on
the ODBC connect command. Does anyone know how I can get around this problem?
Thanks.
switchboard. The script searches files in a directory and compares them to
entries in a database table to see if they have been imported. If not, it
parses the file and imports the data to another database table. The script
itself works. However, once I call it from within the database I get an
error that says the "DBI connect failed. The database has been place in a
state by an unknown user that prevents it from being opened or locked." The
database default open mode is shared. I have not specified "exclusive" on
the ODBC connect command. Does anyone know how I can get around this problem?
Thanks.