I have two SQL databases, which are supposed to be identical, however there is a subtle difference with the schema definitions during initialization, which means that in one database, one particular field is type "money" and in the other it is "dt_money_gr_cy"
In Crystal 9 these are viewed when accessing the databases through ODBC as "Currency" and "Number" respectively.
I believe in Crystal 8.5, both types were a number type which made my job a lot easier.
I can do a type conversion in my reports via tonumber(), but does anyone know how Crystal handles its type mappings and if there is any control over that?
In Crystal 9 these are viewed when accessing the databases through ODBC as "Currency" and "Number" respectively.
I believe in Crystal 8.5, both types were a number type which made my job a lot easier.
I can do a type conversion in my reports via tonumber(), but does anyone know how Crystal handles its type mappings and if there is any control over that?