Hi,
We have installed our first version of Oracle 9.2.0.8 and discovered a serious problem with SQL-statements which use views in conjunction with unions.
Some field of the view have changed their datatype from number to number(4), which translates to integer.
At runtime this is detected by the DOA components who raise an error like float expected but integer found.
We use delphi 6, our customers use oracle from version 8.1.7 to 9.2, or program is very big and it's not possible to manage each situation in all modules.
Is there any solution which avoids to change a lot of modules and allow to grant compatibility code between different version of Oracle ?
Greetings
Rossi Raffaele - APIASA
We have installed our first version of Oracle 9.2.0.8 and discovered a serious problem with SQL-statements which use views in conjunction with unions.
Some field of the view have changed their datatype from number to number(4), which translates to integer.
At runtime this is detected by the DOA components who raise an error like float expected but integer found.
We use delphi 6, our customers use oracle from version 8.1.7 to 9.2, or program is very big and it's not possible to manage each situation in all modules.
Is there any solution which avoids to change a lot of modules and allow to grant compatibility code between different version of Oracle ?
Greetings
Rossi Raffaele - APIASA