Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.252.962 Times

sqlitewrapped 1.3

  Date Added: January 18, 2010  |  Visits: 1.312

sqlitewrapped

Report Broken Link
Printer Friendly Version


Product Homepage
Download (102 downloads)



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(); } Whats New in This Release: - This release adds methods to access values in the result set by column name..

Requirements: No special requirements
Platforms: Linux
Keyword: Application Application Programming C Application Database Database Apis Include Sqlite Sqlite Database Sqlitewrapped Wrapper
Users rating: 0/10

License: Freeware Size: 15.36 KB
USER REVIEWS
More Reviews or Write Review


SQLITEWRAPPED RELATED
Database Tools  -  Simple C++ ODBC Database API 1.10
Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved...
84.99 KB  
Shell & Desktop  -  gnome-mime-data 2.18.0
gnome-mime-data package contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. MIME Media Types [RFC2045,RFC2046] specifies that Content Types, Content Subtypes,...
921.6 KB  
Programming  -  dzo 3.0.0
The goal with dzo is to treat a application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo currently works with MySQL, Oracle, and SQL Server (more to come).
4.06 MB  
Miscellaneous  -  MySQL Database Handler class 1.0
This class is a simple MySQL database access wrapper.It can establish MySQL database conections, execute SQL queries, retrieve the number of query result rows, retrieve query result rows as arrays and print query result field names.
 
Database Tools  -  database,mysql,query,array 1.0
coMySQLClass is a MySQL database access wrapper.Functions of coMySQLClass:- Establish database connections to a given host and database name- Execute SQL queries- Retrieve query results into associative arrays- Compose and execute SELECT, UPDATE...
10 KB  
Database Tools  -  Database Operations 1.0
Database Operations is a MySQL database access wrapper that can be used to manipulate records of a MySQL table.Functions of Database Operations:- Connect to a given MySQL database- Retrieve the fields of a given table- Retrieve the number of...
10 KB  
Database Tools  -  DigiOz MySQL Database Class 1.0
DigiOz MySQL Database Class is a simple MySQL database access wrapper class.DigiOz MySQL Database Class can establish MySQL database connections, execute SQL queries and return the results as single row arrays, as a multiple row bidimensional...
10 KB  
Development Tools  -  phpBB login classes 1.0
phpBB login classes is meant to provide user authentication to sites that have already installed the phpBB forum application database.This class avoids the need to create or install another authentication system if you already have installed or...
10 KB  
Network & Internet  -  DataReel 4.30
Datareel project is a comprehensive development kit used to build multi-threaded database and communication applications. C++ is a programming language that produces fast executing compiled programs and offers very powerful programming...
1.4 MB  
Database Tools  -  aDB PDO like database abstraction 1.0
aDB PDO like database abstraction comes with a base class that provides an interface to the basic database access wrapper functionality.Drivers that provide the actual implementation of the database access functionality should implement a...
20.48 KB  
NEW DOWNLOADS IN PROGRAMMING, DATABASE TOOLS
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Database Tools  -  mel, XML Data Binding for C 2
Language: C, XMLLibrary: libxml2OS: AnyXML Databinding for C similar to JAXB, including but not limited to:.dtd to .[ch] production..xsd to .[ch] production (in progress)
53.07 KB  
Database Tools  -  CitrusDB 1.1.4
CitrusDB is an open source customer database application that uses PHP and a database back-end (currently MySQL). This software can keep track of customer information, CRM, services, products, billing, and customer service information. The...
1.1 MB  
Database Tools  -  MyJgui 0.5.5.1
MyJgui is a light-weight graphical user interface for MySQL databases. It aims to be easy to use for new users as well as experts. Motivation: After the MySQL Front project went commercial, there was no light weight, feature rich and free...
21.5 KB  
Database Tools  -  PHPCoder 1.4
PHPCoder is a web based front-end to the Turck MMCache encoding functions, which are similar to the Zend Encoder product. Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases...
16.38 KB  
Database Tools  -  Rekall 2.2.6
Rekall is a database front-end, somewhat in the style of MicroSoft Access. However, Rekall is not itself a database, and does not include a database. By this we mean that data is stored somewhere else in an SQL server, and Rekall is fundementaly...
4.9 MB