Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USE (all tables) again in 0
Message
 
To
27/08/2003 06:59:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00823712
Message ID:
00823721
Views:
30
>There is a way to use all the tables of specific database again in 0 by one\two command\s?
>Thanks in advance

Chaim,
try something like
Local lcDBC, lnLen, laTables[1], i

lcDBC = JustStem(Dbc())
lnLen = ADBObjects(laTables, "TABLE")
For i=1 to lnLen
	USE lcDBC+"!"+laTables[i] in 0
EndFor
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform