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

trouble opening a database table in exclusive mode from a JSP

Status
Not open for further replies.

dendog

Programmer
Jun 28, 2001
53
US
hey all;
I have a two part question:

Part1:
When accessing a FoxPro database from a JSP that i wrote how do I express that I want the foxpro table files to be opened exlusively???

Part2:
The reason I am asking is because when i try to use the pack statement to physically remove deleted items in a table it throws an SQLException saying that the file must be opened exclusively. My second question is what would be the syntax to physically remove deleted records from a table named dowload_inv and a Statement named stmt using the pack command in a JSP.

Thank you very much for taking the time to answer my questions.

DENNIS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top