Hi,
I have resolved the problem changing the ODBC property "Numeric Setting" from "Use Oracle NLS setting" at "Use Microsoft regional setting".
I hope this post is useful for someone.
Bye ;)
User Profile
Collapse
-
DataAdapter.fill Dataset with error: "Input string was not in a correct format"
Hi all,
I have a problem when i fill a dataset with a query return via ODBC via Oracle.
The program work well from many month. I think, but I'm not sure, that the problem is the field "Price" that return in a record for the first time value 0,78 (so far it has been always greater than 1).
The code is:
...Code:Dim cmd As New Odbc.OdbcCommand sql = "SELECT * FROM.... cmd.CommandText = sql
No activity results to display
Show More
Leave a comment: