[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.dtp] Using a Plugin in C++ programe

Hi,
I wand to create a programe, that will communicate with MYSQL and C++. So I used to Eclipse CDT for my programe development. I had write a function for connecting my C++ Programe with MYSQL, and it is working. But my problum is that, How can I use a plug-in for the connection between C++ and MYSQL. I had download a plugin " DB Schema Viewer - v1.0.0" from " http://www.eclipseplugincentral.com/Web_Links-index-req-viewcatlink-cid-3.html";. and when I give values to that plugin, It is working. But how can I include that plugin into my programe. I wand to INSERT, DELETE, SELECT data from the database at runtime. If I use this plugin ( or anyone ), how I communicate with that plugin for the database access. Please help me.