Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete empty tables
Message
From
23/02/2005 10:06:13
 
 
To
23/02/2005 09:56:45
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00989602
Message ID:
00989619
Views:
19
USE Temp\TableA SHARED
COUNT TO lnRecCnt
USE

IF lnRecCnt = 0
   DELETE FILE Temp\TableA.DBF
ENDIF
HTH
>DELETE FILE Temp\TableA.DBF>
>This command will delete tableA, but how should findout this table has no records?
>I want delete only empty tables within directory called TEMP.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform