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 03:22:43
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/09/1998 03:11:37
Jeroen Naus
Harte-Hanks Europe
Hasselt, Belgium
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00135933
Message ID:
00136048
Views:
21
>This might work on a sql-server back-end but not if you use VFP that way.
>
>This is what I tried:
> param1 = 10
> lnResult = sqlexec(lnconnection, 'Exec getkey param1')
> IF lnResult < 0
> =AERROR(laerror)
> =aerrmsg(@laerror)
> ENDIF
> RETURN lnResult
>
>I get a command not recognized command.
Hi Jeroen,
Reading the title I get this is a stored proc call.Try this :
lnResult = sqlexec(lnConnection,"{call getkey ("+str(param1)+")}")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform