Jump to content

Qt & C++ Mysql Application


ukmike02

Recommended Posts

I have a built a form in Qt and have the various buttons working, ie: exit, refresh etc.

 

I have a c++ program that connects to a Mysql database and uses a query to get data from a set table.

 

I have connected the c++ and Qt program using the Qt programming environment, the c++ program connects to the database and the Qt interface picks it up, the c++ query works, but I am not quite sure how to get the data from c++ to a Qt data table. If anyone has any ideas that would be great!

 

I am building the application on a red hat 9 box, when I am finished it needs to be os independant.

Edited by ukmike02

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...