Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLExec Failing
Message
 
To
31/08/2002 08:44:37
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00695641
Message ID:
00781345
Views:
14
I don't know if this will help. but I have gotten that error message when calling stored procs with variables that go out of scope. For example:

local cMyVar
cMyVar='STRING'
SP_MYSTOREDPROC(@cMyVar)

gives that exact error while

private cMyVar
cMyVar='STRING'
SP_MYSTOREDPROC(@cMyVar)

works

Maybe there is a clue in this?

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform