Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP returns 2 results sets, how do I retrieve them in VFP
Message
 
 
À
19/02/2003 12:59:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00754718
Message ID:
00755053
Vues:
21
>Hi Sergey,
>
>Yes I did run it from QA before coding the VFP call. The problem turns out to have been my syntax in VFP when building the parameters list to send to the SP.

I'm glad you figured it out.
BTW, instead of building parameter list you can use SQLEXEC parameters. This way you don't have to do any conversion from other data types to string.
SQLEXEC(lnConn, "EXEC mysproc ?param1, ?param2, ..., ?paramn
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform