Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I make an oledb connection to an oracle database decimals (,00) are added to numeric values (odbc does not). Is there a possibility to avoid this?
odbc
oledb
thanks!
I want to avoid this ,too.
We encountered this problem ourselves & finally came up with a fix. OLE is much more sensitive to data types than ODBC, so you need to match the format exactly.
http://stackoverflow.com/questions/7920637/convert-a-string-date-into-datetime-in-oracle
I realize this is an old post, but hope it helps somebody.
Hi all,
i know this is an old post, but has anyone an solution for this problem.
thanks a lot