For what its worth, the Unload All procedure worked where the Reload procedure 
failed. After I did the Unload ALL and rebuilt the database (lightning fast I 
might add) the other procedures for restoring the forms worked perfectly.
Thanks!!!
Mike Sinclair



________________________________
From: A. Razzak Memon <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Wed, November 28, 2012 7:40:51 PM
Subject: [RBASE-L] - RE: All my forms disappeared! Rbase 9.5 32

At 06:49 PM 11/28/2012, Michael J. Sinclair wrote:

>That is a very cool trick!


And, there are many more .... of course!



>I think my sys_forms3 table might be corrupt.
>Is there a way to fix that?


Use the famous UNLOAD ALL procedure and then re-build the database.

A quick example (based on your 9.5 (32) database:

CONNECT dbname
OUTPUT abc.all
UNLOAD ALL
OUTPUT SCREEN
DISCONNECT
RENAME dbname.rb? dbbackup.rb?
CLS
SET FEEDBACK ON
RUN abc.all
CLS
SET FEEDBACK OFF

That simple procedure should provide you with a fresh database being 
built right
in front of your eyes.

Watch for -ERROR-s (if any) and fix 'em accordingly.

Good luck!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase 

Reply via email to