Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create MsSQL Database and Table By Using Visual Foxpro.
Message
De
01/03/2004 04:55:06
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
01/03/2004 04:35:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00881976
Message ID:
00881981
Vues:
26
Hi
As long as you have a connection handle and rights, this is valid:
SQLEXEC(nHandle,[create database mydatabase])
SQLEXEC(nHandle,[use mydatabase])
SQLEXEC(nHandle,[create table myTable (pk integer not null, primary KEY(pk))])
>Dear all,
>
> How to create MsSQl Database and table by using Visual FoxPro.
>
> Anyone can give me advice please !
>
> Thank You
>
>
>Regards,
>Nicholas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform