Is this repairable

Post Reply
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

Is this repairable

Post by MiniMe »

When trying to do an update I get these errors. Are they repairable.

05 Bad size 0 for column USER_REC at offset 0xC0 in recid 0x0 of /db/tables/prod/books.tbl in the function fbuftofld
100 Error in data, file /db/tables/prod/books.tbl, offset 0x0
005 Bad size 0 for column USER_REC at offset 0xC0 in recid 0x0 of /db/tables/prod/books.tbl in the function fbuftofld
100 Error in data, file /db/tables/prod/books.tbl, offset 0x0
005 Bad size 0 for column USER_REC at offset 0xC0 in recid 0x0 of /db/tables/prod/books.tbl in the function fbuftofld
100 Error in data, file /db/tables/prod/books.tbl, offset 0x0
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Is this repairable

Post by John »

That suggests somehow you have a bad index on the field in your where clause, which is pointing to an invalid location in the table. If you rebuild that index you should be OK.
John Turnbull
Thunderstone Software
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

Is this repairable

Post by MiniMe »

Hmm... my where clause consistst of "where PRICE = '0'" yet it says USER_REC. Should I do both columns?
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Is this repairable

Post by John »

No, just the PRICE one. The block of data the index pointed to looked invalid, which is where USER_REC came in.
John Turnbull
Thunderstone Software
Post Reply