Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hint needed
Message
De
28/04/1998 02:06:35
 
 
À
28/04/1998 01:55:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00095308
Message ID:
00095310
Vues:
21
>Is it possible to create tables on the server database from Visual FoxPro.
>
>If possible, please give me a hint !

Benn,

It is possible - you can create both temporary or permanent tables. Simply issue the CREATE TABLE command along a connection:

lnHandle = SQLCONNECT( 'MyConn', 'sa', 'password')

lnResult = SQLEXEC( lnHandle, 'CREATE TABLE MyTable (....)')

If you want a temporary file (one that gets automatically deleted when the connection is lost), add a # to the fornt of the name of the table

HTH
regards

Ian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform