المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Developing Database Applications Using MySQL Connector/C++



:: BarakaSoft Forum ::
06-24-2009, 09:40 PM
The MySQL Connector/C++ provides an object-oriented application programming interface (API) and a database driver for connecting C++ applications to the MySQL Server. Connector/C++ implemented a significant percentage of the industry standard JDBC 4.0 specification in C++ world. This technical article shows the essential steps to build and install MySQL Connector/C++ driver, with simple examples to connect, insert, and retrieve data from a MySQL database. Application developers who are new to MySQL Connector/C++ but not to C++ programming and MySQL database, are the target audience.