UltraLite connection parameters and the ULSQLCONNECT environment variable

Use the ULSQLCONNECT environment variable to avoid having to supply the same connection parameters repeatedly to Interactive SQL during development. Interactive SQL is the only tool that supports the ULSQLCONNECT environment variable; you cannot use the variable for custom applications.

The ULSQLCONNECT environment variable is optional, and is not specified by default. You can set the ULSQLCONNECT environment variable to contain a list of parameters defined as keyword=value pairs in a semicolon delimited list.

The supplied values become defaults for the UltraLite desktop administration tools. If Interactive SQL requires any additional parameters or if you need to override default values set with this environment variable, ensure you set these values. User supplied values always take precedence over this environment variable.

Caution

Do not use the pound character (#) as an alternative to the equal sign; the pound character is ignored by dbisql. All platforms supported by UltraLite allow you to use = inside an environment variable setting.

 See also
 Example