Main > Database > Database APIs >

sqlitewrapped 1.3

sqlitewrapped 1.3

Sponsored Links

sqlitewrapped 1.3 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 10 (1 times)
File size: 0.015 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1309
Date added: 2006-04-05
Publisher: Anders Hedstrom

sqlitewrapped 1.3 description

sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface.
The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.
Examples:
#include < stdio.h>
#include < stdlib.h>
#include < sqlite3.h>
#include < string>
#include "Database.h"
#include "Query.h"
int main()
{
Database db( "database_file.db" );
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 values in the result set by column name.

sqlitewrapped 1.3 Screenshot

Advertisements

sqlitewrapped 1.3 Keywords

Bookmark sqlitewrapped 1.3

Hyperlink code:
Link for forum:

sqlitewrapped 1.3 Copyright

WareSeeker periodically updates pricing and software information of sqlitewrapped 1.3 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 sqlitewrapped 1.3 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
Related Software
MySQL wrapped is a very small collection of classes that hides the MySQL C API. Free Download
SQLitepp is a multilanguage object oriented wrapper to the sqlite library. Free Download
VSQLite++ is a portable SQLite wrapper library for C++. Free Download
readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers. Free Download
pysqlite is a Python DB-API 2.0 interface for the SQLite embedded relational database engine. Free Download
pam_sqlite allows developers to authenticate users against a table in an SQLite database. Free Download
SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. Free Download
SQLite is an embeddable SQL engine in a C library. Free Download