I got my asp site to connect correctly to my dBase-III database. However, we wrote a small vb app to test how many users could access the site at the same time. It crashed when more than one accessed it, and gave the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC dBase Driver] The database engine could not lock table 'Custmast#dbf' because it is already in use by another person or process.
Exclusive is set to 'off' in the db. Anyone know of how to fix this so many users can access it? Thanks!
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC dBase Driver] The database engine could not lock table 'Custmast#dbf' because it is already in use by another person or process.
Exclusive is set to 'off' in the db. Anyone know of how to fix this so many users can access it? Thanks!