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

SQL Anywhere 12.0.0 (Français) » UltraLite - Database Management and Reference » Using UltraLite databases » Working with UltraLite databases » Working with UltraLite users

 

Adding a new UltraLite user

UltraLite does not support the creation of users with Interactive SQL. However, you can add users by:

  • Using Sybase Central to add users to the User folder.

  • Using the GrantConnectTo function on the Connection object to add new users from an UltraLite application.

 ♦  To create a new UltraLite user (Sybase Central)
  1. Connect to the UltraLite database.

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

  3. Follow the instructions in the wizard. Ensure you understand how UltraLite interprets different user ID and password combinations. See Interpreting user ID and password combinations.

 See also