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

connecting to a FoxPro database exlusively

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
 
You must do an exclusive open to any Foxpro table to do a "Pack" command. I don't know what JSP is but, that is the rules in foxpro.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top