Creating a user and assigning a login policy

 Create a new user and assign a login policy (Sybase Central)

If you create a user account and do not assign a login policy, they are assigned the root login policy.

  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. Right-click Users & Groups and click New » User.

  3. Follow the instructions in the Create User Wizard.

 Create a new user and assign a login policy (SQL)

If you create a user account and do not assign a login policy, they are assigned the root login policy.

  1. Connect to the database as a user with DBA authority.

  2. Execute a CREATE USER statement.

 See also
 Example