Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error Exception code: c0000005
Message
 
To
07/02/2003 14:43:17
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00750770
Message ID:
00750840
Views:
22
>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

Just a WAG here, but there are two things I would try. One, as stupid as it sounds, delete any resource file. Two, verify the DBC.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform