OLE DB provider

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone,


I read OLE DB section from MSDN and it is mentioned that to implement an OLE
DB provider is very simple and easy (is it true?). But from the minimal
support function list, I find there are a lot of minimal functions. Not that
easy!

I am wondering where can I find some tutorials (documents) about how to
implement an OLE DB provider in C/C++?


thanks in advance,
George
 
Hi George!
I read OLE DB section from MSDN and it is mentioned that to implement an OLE
DB provider is very simple and easy (is it true?). But from the minimal
support function list, I find there are a lot of minimal functions. Not that
easy!

I am wondering where can I find some tutorials (documents) about how to
implement an OLE DB provider in C/C++?

Have you seens the samples, tutorials:
http://msdn2.microsoft.com/en-us/library/yffccxb5(VS.80).aspx
http://msdn2.microsoft.com/en-us/library/h63swas7(VS.80).aspx
http://msdn2.microsoft.com/en-us/library/w87e7c27(VS.80).aspx

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 
Very good resources! Thank you Jochen!

Only one pity, I saw all the samples are written in ATL, are there any
samples written in pure C/C++ without ATL (i.e. COM based)?


regards,
George
 
Back
Top