Hi, I'm using oledbdataadapter configuration qizard and after clicking on query builder and setting up to finish the configuration, this error was returned.
The Wizard detected the following problems when configuring the data adapter "OleDBDataAdapter1".
Details:
Generated SELECT statement.
IErrorInfo.GetDescription Failed with E_FAIL (0x80004005).
My SELECT statement is like this SELECT * FROM users or SELECT users.* FROM users.
I don't know what seems to be causing this error and how to solve it.
I'm just a beginner in VB.NET so pardon me for my ignorance.
Thanks in advance to anyone who will help.
The Wizard detected the following problems when configuring the data adapter "OleDBDataAdapter1".
Details:
Generated SELECT statement.
IErrorInfo.GetDescription Failed with E_FAIL (0x80004005).
My SELECT statement is like this SELECT * FROM users or SELECT users.* FROM users.
I don't know what seems to be causing this error and how to solve it.
I'm just a beginner in VB.NET so pardon me for my ignorance.
Thanks in advance to anyone who will help.