vsTASKER 7 Tutorial
×
Menu
Index

Using SQLite

 
SQLite is a light SQL server which is good enough for using standard SQL database. Nevertheless, the syntax for the SQL commands from the code (character strings) is more sensitive than with mySQL. Also, as it does not include a server, only one client can access a database file.
 
First, you need to install the SQLite Browser.
Go to https://sqlitebrowser.org/ and download the latest release. Install it.
 
vsTASKER provides the SQLite3 C/C++ libraries for supported Visual Studio version. Include /SQL/sqlite3.h and link against sqlite3{d}.lib