From: pjm <pj...@sa...> - 2003-02-25 12:43:57
|
Morning, I did a; alter table AlgorithmParamKey MODIFY description VARCHAR2(512); on our DB to get the original command line description in. Unless otherwise told I will alter the number in the original table creation script and cvs commit it. Also, the GusApplication code wants to lookup 'algoinvo' which it knows should be type integer. Looking for this value in AlgorithmParam I get the following error; ERROR: attempting to access attribute 'integer_value' of table AlgorithmParam, but that table does not have such an attribute The field name is int_value. Which should I change? Paul. |