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

 

Deleting an UltraLite user with Sybase Central

Use Sybase Central to explicitly delete users from an UltraLite database.

Prerequisites

There are no prerequisites for this task.

Context and remarks

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 revoke user access to an UltraLite database:

Revoke methods are not available in the UltraLiteJ API.construct a DROP 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. In the left pane, double-click the Users folder.

  3. Right-click the user and click Delete.

Results

The user is deleted from the database.

 See also