Mike,

 

A possible solution is to write the unload all to a file and open it with
rbedit to find out where it goes wrong.

Another possibility is to start with unload structure (to a file).

 

BTW is BP1 also used in a view?

 

Tony

 

 

From: [email protected] [mailto:[email protected]] On Behalf Of Michael J.
Sinclair
Sent: dinsdag 12 maart 2013 4:49
To: RBASE-L Mailing List
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

Reply via email to