Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a parameter to stored procedure
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00544339
Message ID:
00544832
Views:
24
>Sergey,
>
>Your suggestion worked. I also had to change the line containing the SQLEXEC() function to:
>
>nSQLExec = SQLExec(nConn, "{Call RKR_GetShifts ( '"+ Allt(cCalDate1) + "')}")
>
>Hope this is helpful to you or someone else.
>
>Thanks for your help...
>
>Keith Robinson

I call stored procedures the SQL Server way
nSQLExec = SQLExec(nConn, "EXEC RKR_GetShifts '"+ Allt(cCalDate1) + "'"
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform