OleDBException : DB_E_OBJECTOPEN

A

Ashish Sheth

Hi all,

I am connecting to DB2 Database using OleDB provider. While fetching the
data I am getting this error:
System.Data.OleDb.OleDbException: No error information available:
DB_E_OBJECTOPEN(0x80040E05).

What actually this error means?
I am actually using multiple threads to fetch data from different tables.
Each threads uses separate connections.

thanks and regards,
Ashish Sheth
 
G

Guest

Hi all,

I am connecting to DB2 Database using OleDB provider. While fetching the
data I am getting this error:
System.Data.OleDb.OleDbException: No error information available:
DB_E_OBJECTOPEN(0x80040E05).

What actually this error means?
I am actually using multiple threads to fetch data from different tables.
Each threads uses separate connections.

thanks and regards,
Ashish Sheth

User submitted from AEWNET (http://www.aewnet.com/)
 
G

Guest

Hi all,

I am connecting to DB2 Database using OleDB provider. While fetching the
data I am getting this error:
System.Data.OleDb.OleDbException: No error information available:
DB_E_OBJECTOPEN(0x80040E05).

What actually this error means?
I am actually using multiple threads to fetch data from different tables.
Each threads uses separate connections.

thanks and regards,
Ashish Sheth

User submitted from AEWNET (http://www.aewnet.com/)
 
W

Wander Mahet

We installed UDB 8.2 FixPak 7a on the client machine (the Web server), which
solved the problem. The steps we went through included rolling back .NET
Framework 1.1 SP 1, which eliminated the problem. We reinstalled .NET
Framework 1.1 SP 1, which caused the problem again. Finally, we installed
DB2 8.2 FixPak 7a, which eliminated the problem again.

The moral of the story appears to be that if you're using an
OleDbDataAdapter to talk to a DB2 database, you should apply both .NET
Framework 1.1 SP1 and DB2 8.2 FixPak 7a at the same time to avoid
DB_E_OBJECTOPEN errors

From http://www.developmentnow.com/g/7_2004_9_0_0_133361/OleDBException-DB-E-OBJECTOPEN.ht

Posted via DevelopmentNow.com Group
http://www.developmentnow.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top