Hi,
I'm very new in C++ programming.:rolleyes:
Can anyone show me a simple program using C++ to tell that how to access db using C++?
thanks:wave:
Printable View
Hi,
I'm very new in C++ programming.:rolleyes:
Can anyone show me a simple program using C++ to tell that how to access db using C++?
thanks:wave:
Database access in C++ is done in a multitude of ways, often depending on the database, and is never trivial.
You should learn the language properly before attempting database access.
Thank you for your suggestion:)
If you are looking for an easy way to play with SQL databases, I would try SQLite. Its a third-party library that you could download.