oledb sample provider and client
Hi, what is the problem with the OLEDB sample client, obtained from Data
Acess SDK 2.8?
I registered the sample provider as regsvr32 <path>\sampprov, which was
successful.
Here is the log:
running sampclnt.exe
Thu Jun 23 12:44:52 2005
Connecting to the SampProv sample data provider...
Getting a DBSession object from the data source object...
Getting a rowset object from the DBSession object...
Error at file: c:\msdn\sample\sampclnt\sampclnt.cpp line: 517
IOpenRowset::OpenRowset: Returned DB_E_NOTABLE
Error at file: c:\msdn\sample\sampclnt\sampclnt.cpp line: 224
GetRowsetFromDBCreateSession: Returned DB_E_NOTABLE
Error at file: c:\msdn\sample\sampclnt\sampclnt.cpp line: 119
DoTests: Returned DB_E_NOTABLE
|