Skip to content


Getting Error in Oledbcommand IErrorInfo.GetDescription failed with E_FAIL(0×80004005).

A simple query like
select * from languages;
worked fine. But once I used
select language from langauges;
, i was thrown this error. A bit confused, I did a google search for the exact phrase and voila, I got this page http://www.dbforums.com/showthread.php?t=825416

Understood it and changed the query to
select [language] from languages;
Maybe access uses the language as a keyword.

Posted in Uncategorized.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.