C
cppaddict
Hi,
Please let me know if there is a better newsgroup to post this question on,
but here goes....
I want to learn the basics of having a C++ program interact with databases
such as MySQL or SQLServer.
In particular, I want to write a program which parses a large text file and
then siphons off the
various data into appropriate tables and columns in a db.
1. Can anyone give me any good references to get started (books or web
articles)?
2. Can anyone give me an overview of what's involved here, how difficult
this will
be to learn, etc? Right now I am a beginner C++ programmer and a fairly
experienced DB
designer.
3. Can anyone explain how such interactions are accomplished, just in very
general language.
Does this involve COM objects? How can C++ connect to and issue commands to
a DB?
Thanks for any info,
cpp
Please let me know if there is a better newsgroup to post this question on,
but here goes....
I want to learn the basics of having a C++ program interact with databases
such as MySQL or SQLServer.
In particular, I want to write a program which parses a large text file and
then siphons off the
various data into appropriate tables and columns in a db.
1. Can anyone give me any good references to get started (books or web
articles)?
2. Can anyone give me an overview of what's involved here, how difficult
this will
be to learn, etc? Right now I am a beginner C++ programmer and a fairly
experienced DB
designer.
3. Can anyone explain how such interactions are accomplished, just in very
general language.
Does this involve COM objects? How can C++ connect to and issue commands to
a DB?
Thanks for any info,
cpp