Hi John,
I'm not sure what you are trying to point out to me but my routine for
reloading the database does:
1. an autochk -- if an error occurs then a pause message and exit
pause 2 using 'Call Programmer' caption 'Errors in Database' icon
stop +
option message_font_size 12 |message_font_color maroon
|message_font_name arial bold
2. If no error, then I display a message that we are ready to reload and
everyone should exit.
3. Then I rename the database files to old,
connect to old and reload to original name.
Doesn't that also recreate the indexes?
Bernie Lis
----- Original Message -----
From: "John Minyo II" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Friday, April 25, 2008 5:42 PM
Subject: [RBASE-L] - Database Repair [Was: Group by -- need another set of
eyes]
At 04:55 PM 4/25/2008, you wrote:
Dennis,
Maybe. I did a reload into another name, that didn't make any difference.
Isn't that the same as an unload, reload?
Bernie
Bernie,
Refer to page 18 within the Database Maintenance
document regarding the "Database Integrity Routine".
If you encounter errors during the rebuild process,
refer to page 22.
http://www.rbase.com/rbg76/Maintenance.pdf
John