SQLite

From RadPHP XE2 Documentation
Jump to: navigation, search

Contents

Initial Setup

To get PHP and SQLite working together, download the SQLite ODBC driver:

Once downloaded, run it to install the driver on your system.

Usage

You can connect to an SQLite with ODBC. Click here for information on how to do so.

Testing

Sample Database

There are lots of dabatases available on the Internet you can use to test your SQLite connection. For example, this database.

Tools

These are some tools you might find useful while working with SQLite databases:

SQLite Database Browser
You can use this application to browse the content of an SQLite dabatase file.
Personal tools