UltraLite database connections

Applications that use a database must establish a connection to that database before transactions can occur. An application can be an UltraLite utility, a connection window, or your own custom application.

By connecting to an UltraLite database, you form a channel through which all activity from the application takes place. Each connection attempt creates a database specific SQL transaction.

 See also

UltraLite connection strings and parameters
UltraLite connection parameters and the ULSQLCONNECT environment variable
UltraLite file path formats in connection parameters