Would R:Scope help? Sent from my iPhone
On Mar 12, 2013, at 9:07 AM, Karen Tellef <[email protected]> wrote: > I've seen this from time to time. The only way I've fixed it is by dropping > the column from all tables, then redefining it > > Karen > > > > -----Original Message----- > From: Michael J. Sinclair <[email protected]> > To: RBASE-L Mailing List <[email protected]> > Sent: Mon, Mar 11, 2013 10:49 pm > Subject: [RBASE-L] - Problems with unload ALL > > Hi, > > I am trying to clean up my database (Rbase 9.5 32) > When I try to run this command... > > UNLOAD ALL > > I get this error message... > > -ERROR- Column BP1 exists as both a computed and non-computed column. (195) > > But when I try to find it by doing this... > > LIST column BP1 > > I get this.... > > Column Name Table Name Attributes > ------------------ ------------------ --------------------------------------- > BP1 VITALS0 Type : TEXT 12 > Compute: > ((CTXT(SYSTOLIC1))+'/'+(CTXT(DIASTOLIC1))) > vitals1 Type : TEXT 12 > Compute: > ((CTXT(SYSTOLIC1))+'/'+(CTXT(DIASTOLIC1))) > > So how do I find the non-computed column?? > > Mike

