Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot update the table
Message
De
15/04/2002 15:58:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00644937
Message ID:
00645171
Vues:
11
>I experience this problem when there is power outage. Insert into table from memvar and appen blank doesnt inserts a record in the table.
>
>I am sure that:
>1. I have issued begin and end transaction.
>2. I have no nested transaction
>3. I have already reindexed the table

If you use buffering, make sure you issue a TableUpdate(). Note: you would be better off using buffering - forget about storing temporary values to memory variables.

Also, give the command FLUSH to save the record. This will (usually) empty the buffers - that is, physically save to disk.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform