473,545 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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....t o 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
"OleDbDataAdapt er1"
IErrorInfo.GetD escription failed with E_FAIL(0x800040 05).

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 1214
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**********@b ellsouth.net> wrote in message
news:ZF******** *********@bigne ws4.bellsouth.n et...
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....t o 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 "OleDbDataAdapt er1"
IErrorInfo.GetD escription failed with E_FAIL(0x800040 05).

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.c om> wrote in message
news:ud******** ******@TK2MSFTN GP12.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**********@b ellsouth.net> wrote in message
news:ZF******** *********@bigne ws4.bellsouth.n et...
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....t o 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
"OleDbDataAdapt er1"
IErrorInfo.GetD escription failed with E_FAIL(0x800040 05).

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**********@b ellsouth.net> wrote in message
news:T0******** *******@bignews 6.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.c om> wrote in message
news:ud******** ******@TK2MSFTN GP12.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**********@b ellsouth.net> wrote in message
news:ZF******** *********@bigne ws4.bellsouth.n et...
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....t o 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
"OleDbDataAdapt er1"
IErrorInfo.GetD escription failed with E_FAIL(0x800040 05).

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
5837
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 in Visual Studio to create reports and labels as it's in Access?` The advantage of VS.net is that not every user needs Access, right? And that...
10
6023
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 computers cannot access the database. The message is...
49
14286
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 application is relatively big: around 200 tables, 200 forms and sub-forms, 150 queries and 150 repports, 5GB of data (SQL Server 2000), 40 users. ...
17
2465
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 thousand items and the accounting side will be used for hopefully many years so the entries are likely to be vast. The delema is what is best to...
15
2532
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, modifications and deletions functions very well in the dataset. But impossible to transmit modifications in ACCESS database. Impossible to WRITE in database....
34
2544
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 remains desperatly grayed. It also seems impossible to open the library in another Access instance
9
3818
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 site for a small club I belong to and one of the features I would like to include is the ability to allow users to upload image files. ...
18
9108
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 page "How to: Connect to Data in an Access Database"
11
2374
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 has been normalized by pros. My problem is I try to had another join to display another value, then I get a crash report from MS-Access. Anything...
6
2402
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 connection string works fine and the tables are added to the project without a problem. When I create the tables they appear to bind and I am able to...
0
7486
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7676
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7932
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7442
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7776
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5347
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3473
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1905
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
729
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.