Razzak, Now that was easy - why didn't I think of that? All fixed! Thank you very much, Bernie Lis
But is there a problem when removing a primary key. Work-a-round: don't remove a primary key! ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 26, 2004 3:05 PM Subject: [RBG7-L] - Re: Primary key > > At 02:30 PM 7/26/2004 -0400, Bernie Lis wrote: > > >If I can get rid of the table, I can easily reconstruct it. > >But is there a way using rscope to make it deleted? > > CONNECT dbname > SET NULL -0- > OUTPUT NewDatabase.ALL > UNLOAD ALL > OUTPUT SCREEN > DISCONNECT > RENAME dbname.RB? dbnameX.RB? > RBEDIT NewDatabase.ALL > -- fix the file accordingly and save > INPUT NewDatabase.ALL > > You may TRACE NewDatabase.ALL to see the entire database > being build and note -ERROR-s, if any. > > Very Best R:egards, > > Razzak. >
