Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Pass-Through
Message
De
15/07/1999 18:29:15
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00241018
Message ID:
00242053
Vues:
30
You can always try the ODBC call:

lcSQL = "{CALL acct_unmatched_rpt_sp (0, 'detail')}"
lnResult = SQLEXEC(hConn, lcSQL)

But SQL Server should have accepted this:

lcSQL = "EXECUTE acct_unmatched_rpt_sp 0, 'detail'"

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

Click here to load this message in the networking platform