SQLite Data Provider

This open-source provider is the preferred file-based database format for WRDB desktop users. It is extremely small and quite fast. All tables and indices are stored in the same physical file. SQLite does not provide multi-user access; if this is required, either the Firebird or MySQL server are recommended.

SQLite information can be found at www.sqlite.org which supports the general purpose database provider. A separate open-source provider at www.sqlite.phxsoftware.com incorporates the SQLite database drivers into the .Net Framework.

There are many SQLite open-source utilities available to help you access your databases outside of WRDB.