Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal C0000005 - SQL Statement, here we go again
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00416800
Message ID:
00417305
Views:
27
The SQL Statement is:

SELECT * ;
FROM AuthMst ;
WHERE (EMPTY(FaxPCPDte) OR EMPTY(FaxPrvDte) OR EMPTY(FaxFacDte)) AND ;
INLIST(AuthStatus,'APR','MOD','TRK','DNY','CAN');
INTO CURSOR cRTmp NOFILTER

Does this shed any more light on it?


>What is SQL statement??? This command TOO complex to make any suggestions...
>
>>Out of the blue (meaning that this code has been running for about one year), I run a routine that gives me a Fatal C0000005 error on a SQL select statement. I have searched the threads and found other instances of this occurring. In the past, if we got one on a view opening, we rebuilt our dbc, packed our data and it seemed to clear it. In this case it hasn't. Anyone got some specific info on this and what cause could be.
>>
>>BTW, if you execute the select from the command window, no problems. In the debug mode where we set step just ahead of the error, the execution of the subsequent SQL statement bombs it.
>>
>>Thanks for the info.
>>
>>Bill
CySolutions, Medical Information Technology
You're only as good as your last
success, so . . .If it works. . .don't fix it!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform