Contents Index ULEnableStrongEncryption function ULGetLastDownloadTime function pdf/preface.pdf

UltraLite User's Guide
  The Embedded SQL Interface
    Library function reference

ULEnableUserAuthentication function


Prototype 

void ULEnableUserAuthentication( SQLCA * sqlca );

Description 

Enable user authentication in the UltraLite application.

If you do not call this function, no user ID or password is required to access an UltraLite database. With this function, your application must supply a valid user ID and password. UltraLite databases are created with a single authenticated user ID DBA which has initial password SQL.

This function can be used by C++ API applications as well as embedded SQL applications. It must be called before dbinit() or ULData.Open().

See also 

User authentication for UltraLite databases

Adding user authentication to your application


Contents Index ULEnableStrongEncryption function ULGetLastDownloadTime function pdf/preface.pdf