Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to create it
Message
 
 
À
03/08/2004 08:03:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00930300
Message ID:
00930301
Vues:
15
>Dear all,
>if there is a possibility to create a table within a specific Microsoft sql database though visual foxpro code without using the enterprise manager or query analyzer.
>thank you very much

You can send CREATE TABLE statement or any other script using SPT to SQL Server if your login has sufficient rights.
lnResult = SQLEXEC(lnConn, lcSqlScript)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform