Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLExec Failing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00695641
Message ID:
00781345
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform