OleDb consumer where is my data source

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top