Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute stored procedure with multiple parameters
Message
 
 
À
21/03/2006 16:45:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01106409
Message ID:
01106444
Vues:
24
This message has been marked as the solution to the initial question of the thread.
You can pass the list of parameters separated by comas.
SQLEXEC(lnConn, 'exec myProc ?lnParam1, ?lnParam2, ?lnParam3','crsCursor')
>How can I execute a stored procedure with multiple parameter?...
>
>Within the help Found this command line (but just one parameter...):
>
>
> * Execute stored procedure with an INPUT parameter.
> SQLEXEC(m.lnConn, 'exec byroyalty ?lnPercent','HalfOffAuthors')
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform