Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot update the table
Message
From
15/04/2002 15:58:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00644937
Message ID:
00645171
Views:
10
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform