G
Guest
Using System.Data.OleDb
Dim ds As New DataSet
da.Fill(ds)
When I run this against Oracle 9.1 I get:
"Conversion failed because the Decimal data value overflowed the type
specified for the Decimal value part in the consumer's buffer."
Sounds like OleDB doesn't know how to handle big numbers/decimals in Oracle?
Dim ds As New DataSet
da.Fill(ds)
When I run this against Oracle 9.1 I get:
"Conversion failed because the Decimal data value overflowed the type
specified for the Decimal value part in the consumer's buffer."
Sounds like OleDB doesn't know how to handle big numbers/decimals in Oracle?