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

SAP Sybase SQL Anywhere 16.0 » UltraLite - Database Management and Reference » UltraLite database schemas » UltraLite users

 

Creating an UltraLite user with Sybase Central

Use Sybase Central to create users for an UltraLite database.

Prérequis

There are no prerequisites for this task.

Contexte et remarques

Sybase Central is not compatible with UltraLite Java edition databases.

Note

As an alternative to Sybase Central, you can use the following UltraLite API methods in your application to grant user access to an UltraLite database:

Grant methods are not available in the UltraLiteJ API. For Android smartphones, construct a CREATE USER statement as a string variable and pass it to the Connection.prepareStatement method.

 Task
  1. Using Sybase Central, connect to the UltraLite database.

  2. Right-click the Users folder, and click New » User.

  3. Follow the instructions in the wizard.

Résultat

The new user is created.

 See also