Re: MySQL App development

2006-08-30 Thread Colin Charles
[EMAIL PROTECTED] wrote: Is there anything called MySQL application development environment guide, as it is there DB2 (IBM) which explains how to work with MySQL and C++ together? Can you show me what DB2 does that's different from our C++ API? Or can I refer DB2 App guide? No -- Colin

MySQL App development

2006-08-07 Thread ravi.karatagi
Hi All, I need to develop an utility in C++ (don't want to use mysql++ lib) which provides services to other modules in the system like createTable( ), createRow( ), updateAttr( ) Etc. wherein these APIs are called dynamically by the other modules to do the DB operations. Is