T
Totto
Hi,
I'm trying to use a third party OleDb driver with ADO.net. So far I'v got it
to work with oledbdatareader in a windows application. But trying to do the
same with a asp.net web application gives an error message.
(E_FAIL(0x80004005)Fails when caling ExecuteReader on the command obj..)
There must obviusly be some differance between data objects in windows and
web dev..
Have also tryed the oledbDataAdapter / Dataset, but this gives the same
error in both windows and web dev ( Fails calling Fill on the adapter)..
Is it possible to use some other data source ? Is the old recordset gone
forever ?
Best regards
Totto
I'm trying to use a third party OleDb driver with ADO.net. So far I'v got it
to work with oledbdatareader in a windows application. But trying to do the
same with a asp.net web application gives an error message.
(E_FAIL(0x80004005)Fails when caling ExecuteReader on the command obj..)
There must obviusly be some differance between data objects in windows and
web dev..
Have also tryed the oledbDataAdapter / Dataset, but this gives the same
error in both windows and web dev ( Fails calling Fill on the adapter)..
Is it possible to use some other data source ? Is the old recordset gone
forever ?
Best regards
Totto