3.05

02/08/2013

No issues for this version

3.05 Updates

Bug corrections

  • The number of records of select command was bad with Oracle native ODBC driver v11 and more. The Oracle driver changed the number of records found to a double type instead of an integer type. This is a strange behaviour since a number of records should be an integer. In any case we changed the way to get the number of records in order to work with the oracle driver. Officially, the native oracle driver is not supported by the DATABASE service but some customers are using it without trouble. We recommand using the DataDirect oracle driver.

Modifications

  • We changed the way to get the number of records of a select command. Now the DATABASE service learns the best way according to the connected driver and uses it for the next select orders. This may increase performance.