W
Willie
Greeings all,
I am unable to complete adding a Data Adapter to my application in VB .net.
1) I drag the adapter on to the form,
2) I select 'New Connection,' connect to the database table using Jet 4.0,
then test connection....to this point I am good.
3) Next Page, I use SQL Statements
4) I use the Query Builder, select the table I need, then click next...
5) Then I get the following error message:
The wizard detected the following problems when configuring the data adapter
"OleDbDataAdapter1"
IErrorInfo.GetDescription failed with E_FAIL(0x80004005).
Does anyone recognize this problem? It's probably something silly that I'm
doing wrong. I have tried to follow several different methods of connecting
using tutorials but always get to this point with this same message.
I am unable to complete adding a Data Adapter to my application in VB .net.
1) I drag the adapter on to the form,
2) I select 'New Connection,' connect to the database table using Jet 4.0,
then test connection....to this point I am good.
3) Next Page, I use SQL Statements
4) I use the Query Builder, select the table I need, then click next...
5) Then I get the following error message:
The wizard detected the following problems when configuring the data adapter
"OleDbDataAdapter1"
IErrorInfo.GetDescription failed with E_FAIL(0x80004005).
Does anyone recognize this problem? It's probably something silly that I'm
doing wrong. I have tried to follow several different methods of connecting
using tutorials but always get to this point with this same message.