On Fri, 2009-11-20 at 16:56 +0530, sankar bose wrote: > Hi > everybody > i have to make a mysql app in gtkmm , i am completely new to c++ > (just learning). > Please can anybody give me a tutorial on this topic , i > mean how to use gtkmm and > mysql ,packages that i have to download, how to send sql > commands to mysql > server and display the results in gtkmm ( Label or in the > Entry). A simple example > will be enough .Thanks in advance .
I strongly recommend that you use libgda or libgdamm. Not only is it a better API but you then have some built-in backend independence. MySQL's own APIs are awful. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
