Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I execute a VFP stored procedure using SQLEXEC()/
Message
From
14/09/1998 02:04:01
 
 
To
13/09/1998 08:58:21
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgium
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00135933
Message ID:
00136029
Views:
30
>How do I execute a VFP stored procedure trough the VFP ODBC Driver. (using SQLEXEC() I assume). I have an application that runs on two Database back-ends. I have trouble generating new keys for the VFP back-end. I want/have to use a stored procedure for it. Does anyone know how to call a procedure like that. And does anyone know where to find more info on this.
>
>Thanks,
>Jeroen

lcProcedure = "Exec ProcedureName Param1, Param2, ..."

lnResult =SqlExec(Connection_handle, lcProcedure, "MyCursor")
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform