At 10:14 AM 2/3/2003 -0500, David Ebert wrote:
David,I was trying to update some dates in a column that captures the system date and got the error -ERROR- Unauthorized Access to Table 'YP' for User 'None' (2039) Where, I believe, I was able to change these before (one old workstation resets its year to 1988 on startup).I eliminated the rbase.cfg file for each user and use one per application since the demise of the server file. Am I getting a proper message, and if so, is there a way to update computed columns?
You cannot use the UPDATE command on Computed Column(s).
You may want to check off the option of "Compute" using RBDEFINE
and make sure to "Save" the definition. Then, you can use your own
logic to compute and UPDATE that column.
Very Best Regards,
Razzak.

