Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Proc
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00177979
Message ID:
00178101
Views:
20
>I am trying to execute SP using this syntax:
>=SQLEXEC(lnHandle, 'spname'+' '+'parametername', 'mycursor')
>Does not seem to work.
>But if I do first DO spname WITH parametername and then sqlexec it's working. Can somebody tell me what's wrong?
>Thanks Mark

What do you mean by 'does not seem to work'? Is it running and not returning anything? If so, could be your parameters. Are you passing parameter values or names? You need to put '@parametername' to send SP the value.
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform