News

Grab the DLL: Copy the resultant DLL (System.Data.SQLite.DLL) to your project and add a reference. Download and install a SQLite GUI tool, SQLiteMan has a version for Windows which works very well.
In my last article I wrote about accessing a PostgreSQL database in C/C++. In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and ...
Tips SQLite integrates with a number of computer languages, such as PHP, Ruby and Python, to name a few. Windows based .Net languages such as Visual Basic or Visual C++ can also use SQLite databases.
Likewise, the PostgreSQL server is called postgres. SQLite does not have a client/server architecture. There is just the database you are using, which is a local file, and client programs, which can ...