Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fatal error Exception code: c0000005
Message
De
07/02/2003 14:43:17
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Fatal error Exception code: c0000005
Divers
Thread ID:
00750770
Message ID:
00750770
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform