Contents Index Cache Size connection parameter Page Size connection parameter

UltraLite Database User's Guide
  Connection Parameters
    Additional connection parameters

Obfuscate connection parameter


Function 

Obfuscates the database. Obfuscation is a form of simple encryption.

Syntax 
Interface Connection parameter
Connection string obfuscate

For information about using the connection parameter, see Specifying connection parameters.

Values 

0 or 1. A value of 1 indicates that the database should be obfuscated.

Usage 

Used only when you create a database.

Embedded SQL and static C++ API developers can also use the UL_ENABLE_OBFUSCATION macro to obfuscate a database. See UL_ENABLE_OBFUSCATION macro.

Default 

By default, databases are not obfuscated.

See also 

Encrypting UltraLite databases


Contents Index Cache Size connection parameter Page Size connection parameter