If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MyOLEDB 800040005 Error when using the Data Adapter Configuration Wizard

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-03, 14:54
mab13712 mab13712 is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Angry MyOLEDB 800040005 Error when using the Data Adapter Configuration Wizard

I am having problems using MyOLDDB with MS .NET when in Microsoft Visual C# .NET, while I'm trying to add an OleDbDataAddapter.

Under the Provider tab I select "MySQL.OLEDB Provider".

On the Connection -> MySQL Data Source Name Setup popup I enter the appropriate information.

I test the connection with no problems.

From there I select a Query Type of Use SQL Statements.

Then I select the Query Builder button.

I proceed to add the Employee table and select All Columns.

The SQL DML shows:
SELECT INFORMATION_SCHEMA.Employee.*
FROM INFORMATION_SCHEMA.Employee

After clicking on OK and Next, I receive the following Data Adapter Configuration Wizard error:

The wizard detected the following problems when configuring the data adapter "oleDbDataAdapter1".
Details:
Generated SELECT statement.
No error information available: E_FAIL(0x80004005)

NEED HELP!
Does anyone have any solutions to this problem?
Thanks, Matt
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On