We are in the process of migrating our database to 8.1.5 from 7.3.4. We have a DOA app that has problems when run against our test 8.1.5 database. Some calculated columns suddenly have the wrong width and an exception occurs. The SQL is usually something like this:
SELECT *, 'ID:'| |To_Char(ID) Desc
from sometable
The calculated column DESC above might have a field width of 35 under 7.3.4 but under 8.1.5 it will be 30. So far we've only seen this on fields defined with the field editor. Dynamic fields don't have a problem.
------------------
Craig Jensen
PowerQuest Corporation
SELECT *, 'ID:'| |To_Char(ID) Desc
from sometable
The calculated column DESC above might have a field width of 35 under 7.3.4 but under 8.1.5 it will be 30. So far we've only seen this on fields defined with the field editor. Dynamic fields don't have a problem.
------------------
Craig Jensen
PowerQuest Corporation