Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dBase & ASP

Status
Not open for further replies.

jcbr

Programmer
Apr 19, 2001
12
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top