Creating an application for interacting with database

I am creating an application (I use VS2010 C++, Windows form application) which connects to MySql database in the backend.

I have made a login form with username and password for entering into MySql database and got successfully executed the code.

Now, I want to try writing queries in that window; execute the query on clicking the ‘Run’ button in the tool-bar; and display that table data in my window. I searched a lot, but haven’t got anything related to this one.
It will be of great help if anyone could help me get through this.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.