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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.DBF Sharing Violation

Status
Not open for further replies.

justinpl

Programmer
Joined
Nov 20, 2003
Messages
19
Location
US
I custom built .asp pages to read from a live .DBF file to get real time quantity and such. The .asp pages are working great. There is also an internal system built with clipper that accesses the same .DBF. Every time we run the .asp page the same time we access the .DBF through Clipper we get a Sharing Violation DBFCDXAX[1001] OS CODE [32]. Do you have any advice for me in resolving this error? Would the database itself invoke this error or would it be a custom Clipper programming? Thanks in advance for any of your help…
 
Try to disable oportunistic locking at server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top