Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBC - adding tables
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00537276
Message ID:
00537323
Views:
16
>
n = afiles( laTables, "*.dbf" )
>for i = 1 to n
>   add table (juststem(laTables[i,1]))
>endfor
>
>>Is there a quick way to add a whole lot of tales to the DBC without doing it 1 by 1 - e.g point to a dir and add contents ? - I've got a system with about 80 odd tables and it's a bit of a PITA !

Dave,
Do you mean ADIR() here? It looks like you wrote your own AFiles() function.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform