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!

Replacing tables that are closed 1

Status
Not open for further replies.

MagicFrisbee

Programmer
Feb 22, 2006
74
US
I have a program that, ideally, updates its local databases with the click of a button. First, it shuts down all of the tables throughout the program, which are all in the data module. But even with the tables closed, Windows complains that the files are in use. I have opened all the forms in the application and verified that there are no tables open. What could be the problem?

GIS Programmer
City of Orem, UT
 
what database are you using ?

are you doing it through ide or with delphi closed ?

Aaron
 
Ooh, you're good! Yes, the IDE was locking it, not my application! When run outside the IDE (like, from Windows Explorer), I was able to update the underlying tables! Yahoo! (and I mean that in the sense of "an exclamation of glee", not the search engine).

GIS Programmer
City of Orem, UT
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top