Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This Is A Weird One
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
This Is A Weird One
Miscellaneous
Thread ID:
00356066
Message ID:
00356066
Views:
50
I'm working on an app which has 2 databases. My framework
opens both databases on startup with OPEN DATABASE

One of the database has 3 stored procedures. In my code, I am
calling them like usual:

=sp_RecalcTotals()

All is working fine, until I crash VFP with a C000005 error.

Now, the stored procedure calls dont work unless I place

SET DATABASE TO MyDbc

before each procedure call.

Everything else works fine otherwise.

So why do I now need to use the SET DATABASE TO command, whereas
before my crash, I did'nt need to?

Go figure
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform