03-15-06 07:49 AM
Hello all,
I'm developing a test tool that will collect information from a file.
The data collected from the file is parsed and put on to socket.
But I want two modes of collecting data.
1) From normal text file.
2) From a database.
All the above is to be developed in C++.
Till now I finished doing with socket communication with the file
parser.
But I did not from database.
I know MySql.
Can anyone guide me in connecting my C++ program to mysql database.
What is the procedure to connect a C/C++ program to any database, in
Linux environment.
Thanks in advance.
Regards
Sunil Varma
[ Post a follow-up to this message ]
|