Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Corrupted or Locked Table
Message
 
To
11/01/2001 17:36:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00462627
Message ID:
00462639
Views:
16
Most of us have seen this at one time or another, especially under your circumstances: power loss or a workstation rebooted in the middle of updating data. The record count, which is stored in the table's header, is incorrect. I use a tool called Stonefield Database Toolkit to fix this problem, but there are others. SDT will go in and fix the record count in the table header.

The best thing you can do is get UPSes on your workstations to prevent the power loss.

>problem: table will not accept new records
>
>fix: copy table to another location
> zap and pack the table
> append records from the copied table
>
>The table works fine again...
>
>
>
>This type of corruption usually can be linked with some type of power loss or catastrophy on a workstation with files open.
>
>
>If a file is corrupted in this way, it does not seem to return errors when running transactions such as:
>
>
>local jrollback
>jrollback=.f.
>
>BEGIN TRANS
>
> do stuff...
>
>if !tableupdate(.t.,.t.,'table')
> jrollback=.t.
>endif
>
>
>if jrollback=.t.
> ROLLBACK
>else
> END TRANS
>endif
>
>
>The transaction thinks that everything is fine and the tableupdate succeeds with no problems while no record is added to the table.
>
>I have seen this happen a small number of times. Has anyone else had experience with this?
Chris McCandless
Red Sky Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform