473,326 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Access Database problem

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.
Nov 21 '05 #1
3 1201
Whats the name of the table you are trying to connect too? Have you used a
keyword for the table name?
Can you connect to another table or have you just banged your head against
this one repeatedly?

RR

"Willie" <se**********@bellsouth.net> wrote in message
news:ZF*****************@bignews4.bellsouth.net...
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.

Nov 21 '05 #2
Thanks for responding.
I was trying to connect to my tblCode and yes, banged my head repeatedly
with it. I just tried connecting to another table in the db called Category
and it went through fine. Hmmmm.

Do you think it may be the table name? Or maybe something is corrupt in
that table?

"Roger Rabbit" <ro***@rabbit.com> wrote in message
news:ud**************@TK2MSFTNGP12.phx.gbl...
Whats the name of the table you are trying to connect too? Have you used a
keyword for the table name?
Can you connect to another table or have you just banged your head against
this one repeatedly?

RR

"Willie" <se**********@bellsouth.net> wrote in message
news:ZF*****************@bignews4.bellsouth.net...
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.


Nov 21 '05 #3
No tblCode is not an Access/Jet/Sql Keyword but the fact that its fine with
another table says (more than likely) that its table specific and therefore
you needn't have tried the several different methods of connecting.

Next step would be to look at column names in the table schema. Are any of
those keywords?

RR

"Willie" <se**********@bellsouth.net> wrote in message
news:T0***************@bignews6.bellsouth.net...
Thanks for responding.
I was trying to connect to my tblCode and yes, banged my head repeatedly
with it. I just tried connecting to another table in the db called Category and it went through fine. Hmmmm.

Do you think it may be the table name? Or maybe something is corrupt in
that table?

"Roger Rabbit" <ro***@rabbit.com> wrote in message
news:ud**************@TK2MSFTNGP12.phx.gbl...
Whats the name of the table you are trying to connect too? Have you used a keyword for the table name?
Can you connect to another table or have you just banged your head against this one repeatedly?

RR

"Willie" <se**********@bellsouth.net> wrote in message
news:ZF*****************@bignews4.bellsouth.net...
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.



Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
10
by: MHenry | last post by:
Hi, We were going merrily along for 6 years using this database to record all client checks that came into our office, including information about what the checks were for. Suddenly, network...
49
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The...
17
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a...
15
by: philip | last post by:
On a form, I have a datagridview. This datagridview is constructed on a dataset filled by a tableadapter. The table adapter do very well what it must do when filling dataset. Insertions,...
34
by: Mathieu Trentesaux | last post by:
Hello I downloaded Office 2007 for this reason : It seems, once again, that it is impossible to save any modification done in a VBA library, from the main project in Access. The save button...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
11
by: Harel | last post by:
I have a report SQL which have been working for a few weeks. Its large and the target database is large. It has 59 join, and I dont think there is anything I can do about this, since the DB I use...
6
by: Wesley Peace | last post by:
I hate to cross post, but I've gotten no answer yet on a problem I'm having with visual studio 2008. I've created a series of forms with controls to access a Access database tables. The...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.