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