Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Solution for thread333-263376 / OraOLEDB error '80040e4b'

Status
Not open for further replies.

dysos

IS-IT--Management
Aug 4, 2006
1
DE
I had this error (OraOLEDB error '80040e4b') in two occasions:
1) With a very low date value (like "0005-02-03")
2) With a calculated field (like "sum(field1)/field2")
Both issues occurred with a VB6 application using the ORAOLEDB provider 10g r2 but the errors could be reproduced with an Access VBA routine as well.
The first occurrence was solved by correcting the data i.e. by changing the date to "2005-02-03".
The second occurrence was solved by the described workaround. I.e. changing the expression to round(sum(field1)/field2,2).
Hopefully this problem will be - and stay - fixed in future provider versions.
Hints for solving the problem where found at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top