Creating a new login policy

 Create a login policy (Sybase Central)

If you do not assign users to a login policy you create, 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 Login Policies and then click New » Login Policy.

  3. Follow the instructions in the Create Login Policy Wizard.

 Create a login policy (SQL)

If you do not assign users to a login policy you create, they are assigned the root login policy.

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

  2. Execute a CREATE LOGIN POLICY statement. If you specify a login policy that already exists, the statement fails.

 See also
 Example