vote up 0 vote down star
1

I need to access the data contained in a dbf file in COM/C++ application (created via ATL). How would I do that?

I've been reading tons of msdn articles very instructive about the OLE-DB provider-consumer model. However, what I need now is a quick tutorial or code sample.

Note: I am by no means no expert in COM/ATL programming :)

Thanks in advande.

flag

75% accept rate

2 Answers

vote up 1 vote down

I would use ADO; it's by far the quickest way to get going, even with dealing with the COM aspects of it. Start here. It's much easier than rolling your own Consumer implementation, unless you really need to lower-level access that doing OLEDB directly provides.

link|flag
vote up 0 vote down check

I found this old Tutorial in Code Project but it fits my needs by now.

http://www.codeproject.com/KB/database/oledbconsumer1.aspx

Thanks anyway!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.