Wrapping OLEDB resultsets.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am looking at providing a view on a Access Table and have got some COM code that uses OLEDB to access this data. I need to present this data in a VB friendly form out of my COM object for application programmers (my COM object is business layer) but I don't want to simply return an OLEDB recordset. There seem to be two options, wrap the OLEDB interface in ADO or within a less generic form geared solely around the application programmers point of view. Please can anyone give me pointers as to the pros and cons of each method. Thanks.