Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a table from a form
Message
De
16/08/2000 16:59:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Creating a table from a form
Divers
Thread ID:
00405822
Message ID:
00405822
Vues:
65
We're trying to create a new table from a textbox on a form. We would like the table name to be chosen by a user. Alpha and numeric.
we cannot figure out what to put for the table name (-----)
please help.



OPEN DATABASE xxxxxx EXCLUSIVE

CREATE TABLE --------------- ;
(Orig_Lata C(3),;
Term_Lata C(3), ;
Bill_Dur N(6))

MessageBox ("TABLE CREATED")
MODIFY DATABASE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform