top of page
Shareware software


SQLite: connecting to databases
Operating procedure
To work with SQLite databases, a sheet in a sheet must be connected to the database/s. The editor page allows you to work with an unlimited number of databases. It is still recommended to work with one or more databases.
The editor is multi-session, which allows you to work on several sheets at the same time, executing long queries without affecting each other.
Connecting to databases is done in two ways:
-
Using the "attach" command
-
By creating static connections in the connection manager for quick connection to databases


bottom of page