Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (divanshu):

how to handle database using c++?

OpenStudy (divanshu):

i mean attach a database to c++ program and then access it and perform different actions like insert new data, delete old data, or look at the database

OpenStudy (anonymous):

Have tough time ahead :D Sample http://www.suite101.com/content/using-a-mysql-databases-with-c-a70097

OpenStudy (anonymous):

For implementing a SQL database and 'using' it via C++ for example, you can take a look at SQlite. [ http://www.sqlite.org/ ] The documentation is well-written and the whole thing is pretty straightforward. Especially if you're a beginner, it's quite easy to handle it. :-)

OpenStudy (anonymous):

try looking into 'Qt' -> you won't regret it! :)

OpenStudy (anonymous):

@Jinex2011:QT is gui binding library ,what does it has to do with database,

OpenStudy (anonymous):

http://www.mysql.com/downloads/connector/cpp/ If you install MySQL and then this connector, you should be good to go. Be sure to read the documentation though.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!