IBM 31Y Security Camera User Manual


 
Netfinity Manager 89
Activating the database
The following information describes how to connect, bind,
and grant privileges to the database.
1. Connecting to the Database
a. Start a DB2 command window.
b. Type the following command:
DB2 CONNECT TO
databasename
where
databasename
is the name of the database
as specified in the database installation step.
c. Press Enter.
2. Bind the package and the database
To prepare SQL statements stored in the bind file and
store the package in the database, perform the follow-
ing steps from a system on which Netfinity Manager for
OS/2, Netfinity Manager for Windows 95, or Netfinity
Manager for Windows NT has been installed:
a. Open a DB2 command window.
b. In the DB2 command window, type the following
command:
DB2 BIND
x:
\
directory
\DB2SQLC0.bnd
where
x:
\
directory
is the name of the drive and
directory where Netfinity Manager is installed.
c. Press Enter.
Granting and revoking database privileges
The following information describes how to grant and revoke
database privileges.
Note: If your primary system is OS/2, refer to “Database
privileges on OS/2 systems” on page 90.
1. Start a DB2 command window.
Notes:
a. If it is not already running, start the DB2 database
manager.
b. If you are not connected to the DB2 Netfinity data-
base connect to the database now.
2. Type the following command:
DB2 GRANT
privilegecode ON TABLE tablename TO userid
where
privilegecode
is one of the following privilege
codes:
—ALL
ALL PRIVILEGES
Note: Grants all the appropriate privileges,
except CONTROL, on the database.
—ALTER
CONTROL
DELETE
INDEX
INSERT
REFERENCES
SELECT
—UPDATE
tablename
is the name of the table as specified
during database installation. A listing of the Net-