Message
 
To
26/06/2001 12:20:43
Sam Trenchard
System Support Services
London, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00523621
Message ID:
00523626
Views:
10
>Is there a way to add a table to a database container (dbc) programaticaly as opposed to visualy ?

Sam;

Something like:

CREATE TABLE MyTable (FirstName C(15), LastName C(25)) && Creates table

SET DATABASE TO MyDataBase && Open Database

ADD TABLE MyTable && Add table to database

Tom
Previous
Reply
Map
View