From: Dave Silvia on 4 May 2007 07:49 Hi! wxMySQL Class uses the MySQL C API to access a MySQL Server. Nothing is needed except what is supplied my MySQL, i.e., a Server, and for development, MySQL's developer headers and libraries. No wrapper of any kind is needed. No connectors (like ODBC). Fast easy access and performs any query made up of valid SQL statement(s). Multiple statement queries are supported. Comes with 2 sample drivers, one console and one GUI, and documentation in a .chm file for Windows and XHTML for use in browsers for other platforms. Download the archive type of your choice, Windows .exe self-extractor, zip archive, or gunzipped tar archive from: http://www.wxCodex.net Under Library-Class category. Enjoy!;) thx, Dave S. --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
|
Pages: 1 Prev: software copy protection / license management Next: convert wxString to char * |