Main > Programming > Libraries >

MySQL wrapped 1.6

MySQL wrapped 1.6

Sponsored Links

MySQL wrapped 1.6 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.015 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1304
Date added: 2006-04-08
Publisher: Jouke Visser

MySQL wrapped 1.6 description

MySQL wrapped is a C++ wrapper for the MySQL database C application programming interface.
Examples:
The following example should be linked with the mysqlclient library from the MySQL distribution / build.
#include
#include
#include
#include
#include "Database.h"
#include "Query.h"
int main()
{
Database db("localhost","dbuser","","testdb");
Query q(db);
q.execute("delete from user");
q.execute("insert into user values(1,First Person)");
q.execute("insert into user values(2,Another Person)");
q.get_result("select num,name from user");
while (q.fetch_row())
{
long num = q.getval();
std::string name = q.getstr();
printf("User#%ld: %sn", num, name.c_str() );
}
q.free_result();
}
Enhancements:
- This release adds methods to access fields by name.

MySQL wrapped 1.6 Screenshot

Advertisements

MySQL wrapped 1.6 Keywords

Bookmark MySQL wrapped 1.6

Hyperlink code:
Link for forum:

MySQL wrapped 1.6 Copyright

WareSeeker periodically updates pricing and software information of MySQL wrapped 1.6 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of MySQL wrapped 1.6 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
mysqlcppapi is a C++ API for MySQL, forked off from MySQL++. Free Download
MySQL table patcher is a patch that reads table creation file (tables.sql) and compares it to what mysqldump gives. Free Download
MySQL - Multi-user and robust SQL database server Free Download
sqlupdate reads a MySQL table declaration file and compares it to an existing database. Free Download
MySQL Abstractor package contains PHP classes that implements a MySQL database abstraction layer. Free Download
Mysql Assistant is a MySQL viewer. Free Download
mysqlCart provides a template based dynamic e- commerce shop system. Free Download
Remote MySQL Query is a PHP class that can easily execute queries on a remote MySQL server using only HTTP. Free Download