Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql server temporary tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00249599
Message ID:
00250115
Vues:
22
>sqlexec(mycon,"select * into #(mytempname) from client").

Remember SQLExec() takes the query as a string:

SQLEXEC(mycon, "select * into #"+mytempname+" from client")

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform