Rbase 6.5++
In a table with about 7000 rows, both Reload and Autochk find:
Examining data in PARTS-ERROR- A row of data's length is too small. (1248) -ERROR- A row of data's length is too small. (1248) Rows: Active 6907, Deleted 32
>>>>
After saving db, we rerun Reload and it "clears" the error. Reload says all is OK. But Autochk still finds the same error???
They have the default delimit char in some of their data (comma) and so I need to change the utility used to Input Structure and Data or it will not work properly.
What's the affect of doing nothing?
Dennis,
Looks like the broken pointer.
You can use R:Scope to fix that problem on the original, not on the RELOADed version of the DB.
I would also recommend the following procedure:
DISCONNECT CONNect dbname SET NULL -0- OUTPUT NewDB.ALL UNLOAD ALL OUTPUT SCREEN DISConnect RENAME dbname.RB? OldDb.RB? RUN NewDB.ALL CONNect dbname
In reference to changing the DELIMIT character, as you know that it separates a character, string, or items in a list used in commands. Also it is used to separate repeatable parts of a command.
To change the DELIMIT Character:
SET DELIMIT=NULL SET DELIMIT=char
Hope that helps!
Very Best R:egards,
Razzak.

