Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error Exception code: c0000005
Message
From
07/02/2003 14:43:17
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Fatal error Exception code: c0000005
Miscellaneous
Thread ID:
00750770
Message ID:
00750770
Views:
69
I am trying to move data from actiive table A to history table B (Both identicle in structure) by using remote views (Buffering mode 5). See below the sample code:

*---
SELECT table_A
SCAN
SCATTER memvar
SELECT table_B
APPEND BLANK
GATHER memvar
SELECT table_A
ENDSCAN

=TABLEUPDATE(.T., .T., 'table_A')
=TABLEUPDATE(.T., .T., 'table_B')
*---


I get the error the error message:Fatal error code-C0000005@???

But if copy the data from a different client into the same tables, it works fine. I recreated the views, deleted the tables from the database & then added them again, try to delete most of the indexes... no luck

If someone has any idea what to do... please help I will appreciate...


Thanks In Advance


RAz
Next
Reply
Map
View

Click here to load this message in the networking platform