November 2004
Intermediate to advanced
336 pages
6h 22m
English
In this chapter we will look at how SQLite's C/C++ interface can be incorporated into your programs. We will discuss the different ways of querying a database and look at how you can add your own custom functions to SQLite.
In order to develop software with an embedded SQLite database, you need to make sure your system has the SQLite development library installed. The latest version can always be downloaded from http://www.sqlite.org/download.html.
If you have already installed and used sqlite as a precompiled binary, you will not necessarily have the library yet. For Linux, the precompiled library is sqlite.so.gz and for Windows it is sqlitedll.zip. If you also want to use the TCL ...
Read now
Unlock full access