Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite Connection String Parameters Reference

UltraLite DBN connection parameter Next Page

UltraLite DBKEY connection parameter


Performs two different functions:

Applies to

For applications connecting to encrypted databases.

Syntax

DBKEY=string

Default

No key is provided.

Remarks

If a database is created using an encryption key, the database file is strongly encrypted using either the FIPS or the AES 128-bit algorithm. The latter is the same algorithm used to encrypt SQL Anywhere databases. By using strong encryption, you have increased security against skilled and determined attempts to gain access to the data; however, the use of strong encryption has a significant performance impact.

On Palm OS, applications are automatically shut down by the system whenever a user switches to a different application. However, you can program your UltraLite client to circumvent the need to re-enter the key each time a user switches back to the application again.

Any leading or trailing spaces in parameter values are ignored. This connection parameter's value cannot include leading single quotes('), leading double quotes ("), or semi-colons(;).

See also