Categories

Updated: 04/19/2007

SQLite GUI

SQLite GUI is a simple GUI to work with SQLite dB. You can create, delete and update tables a database. All the available tables in the database is shown. The records of various types including BLOB are displayed in the DataGridView. And the data in the DataGridView can be printed. The schema for all the available tables is displayed. Dependencies Add the reference SQLite.Net.dll to the project and use the namespace Finisar.SQLite to work with SQLite. Finisar.SQLite Finisar.SQLite is an ADO.NET Data Provider for accessing SQLite-Databases using the .NET-Framework. In SQLite a complete database is stored in a single disk file. SQLite is zero-configuration - no setup or administration needed. SQLite itself is &"a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine&" (quoted from the sqlite.org Website). The Finisar.SQLite Data Provider is an easy way to use the SQLite-Database in .net Languages like C# and VB.net.
©2003-2019 jCay.com