Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute stored procedure with multiple parameters
Message
 
 
To
21/03/2006 16:45:34
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106409
Message ID:
01106444
Views:
25
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform