IErrorInfo.GetDescription failed with E_FAIL(0x80004005)., why i'm i getting this

R

ray well

i'm using a standard access 2000 mdb file, and i have used many before, thru
ado.net

when i run the DataAdapter configuration wizard, i get the following message

the wizard detected the following problems when configuring the DataAdapter

Details:
Genereated Select Statement

IErrorInfo.GetDescription failed with E_FAIL(0x80004005).


why am i getting this error, and what can i do to fix it?

thanks for any help

ray

please respond to the list
 
O

One Handed Man [ OHM# ]

You might have a FieldName the same as one of the keywords. Try putting
brackets around the [ FieldName ] .

Regards - OHM

ray said:
i'm using a standard access 2000 mdb file, and i have used many
before, thru ado.net

when i run the DataAdapter configuration wizard, i get the following
message

the wizard detected the following problems when configuring the
DataAdapter

Details:
Genereated Select Statement

IErrorInfo.GetDescription failed with E_FAIL(0x80004005).


why am i getting this error, and what can i do to fix it?

thanks for any help

ray

please respond to the list

Regards - OHM# (e-mail address removed)
 
R

ray well

one handed man,

thanks for your reply.
brackets around the [ FieldName ] .<<

what would u mean by 'keywords' which kind of keywords?

thanks, ray
 
O

One Handed Man [ OHM# ]

Like Zone or Action , Date etc

OHM#



ray said:
one handed man,

thanks for your reply.
brackets around the [ FieldName ] .<<

what would u mean by 'keywords' which kind of keywords?

thanks, ray

Regards - OHM# (e-mail address removed)
 
R

ray well

i found the solution to the problem.

i had 2 tables, each of which had the same field name, 'Name'.

when i made these fields unique, by naming one 'CustomerName', and the other
'SupplierName', i didn't get this error any more

ray
 

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