I am using xampp in my windows. mysql is already installed on it. How do i connect to it. I've no idea. I've already created a table using mysql. Now i want to just read that table?
Printable View
I am using xampp in my windows. mysql is already installed on it. How do i connect to it. I've no idea. I've already created a table using mysql. Now i want to just read that table?
Use appropriate drive to connect to the database and the execute query to the database.
See:
http://doc.qt.nokia.com/4.7.1/sql-dr...cedure-support
http://cartan.cas.suffolk.edu/oopdoc...ldatabase.html
and also Qt Sql examples in: /qtDir/examples/sql