Log in to Sybase Central as user ID DBA and create two new users who will be responsible for backing up the sample database, debugging procedures, and correcting any mistakes found during the debug process.
Prerequisites
None.
Start Sybase Central.
Click Start » Programs » SQL Anywhere 16 » Administration Tools » Sybase Central.
Click Tools » SQL Anywhere 16 » Open Interactive SQL.
Complete the following fields to connect to the sample database:
In the User ID field, type DBA.
In the Password field, type sql.
In the Action dropdown list, select Connect to a running database on this computer.
In the Server Name field, type demo16.
Click Connect. Interactive SQL connects to the database.
Create two new users.
Execute the following statement to create UserA:
CREATE USER UserA IDENTIFIED BY sql; |
Execute the following statement to create UserB:
CREATE USER UserB IDENTIFIED BY sql; |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |