OleDb consumer where is my data source

  • Thread starter Thread starter Duncan Winn
  • Start date Start date
D

Duncan Winn

I have generated an OleDB provider from MS VC++ 7 ATL templates. I have
modified this using Lon Fishers tutorial!
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/htm
l/msdn_vc6oledbprov.asp)

However when I come to generating a consumer (using MS VC++ 7 ATL templates)
to test the provider, I get stuck. Lon's article talks how to generate
consumers using VC++6 ATL. In VC++7 the wizard requires you to specify a
data source. This is the part I am unsure about as I cannot seem to fine a
data source for the provider as it reads from text files?

Any suggestions???
Thanks Duncan
 
I have generated an OleDB provider from MS VC++ 7 ATL templates. I have
modified this using Lon Fishers tutorial!
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/htm
l/msdn_vc6oledbprov.asp)

However when I come to generating a consumer (using MS VC++ 7 ATL
templates)
to test the provider, I get stuck. Lon's article talks how to generate
consumers using VC++6 ATL. In VC++7 the wizard requires you to specify a
data source. This is the part I am unsure about as I cannot seem to fine a
data source for the provider as it reads from text files?

Any suggestions???
Thanks Duncan
 
Back
Top