Under certain conditions, specialized Oracle SQL queries that are
expected to return Integers will instead return Floats. Since the
data returned from Oracle is ambiguous, GemConnect cannot convert
these values.
For example, the query:
'select count (*) from <tablename>'
(returns number of rows in <tablename>)
will return a Float.
Modify application code to expect a Float and handle it accordingly.
Last updated: 6/10/08