sqlitewrapped 1.3
Sponsored Links
sqlitewrapped 1.3 Ranking & Summary
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.
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
sqlitewrapped 1.3 Keywords
application programming interface
SQLite Database
C++ wrapper
c application
Application programming
sqlitewrapped
database
SQLite
application
wrapper
user
sqlitewrapped 1.3
Database APIs
Database
Bookmark sqlitewrapped 1.3
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Related Information
based application programming interface
application programming interface concepts
application programming interface definition
sqlite database speed comparison
API
application programming interface diagram
application programming interfaces
common application
messaging application programming interface
application programming interface api
oriented application programming interface that allows
credit card applications
sqlite database browser
java application programming interface
sqlitewrapper
database programs
credit card application
telephony application programming interface
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
Latest Software
Popular Software
Favourite Software