IBM Books

Image, Audio, and Video Extenders Administration and Programming

CONNECT


Image Audio Video
X X X

Connects to a database. The extenders require an independent connection to the database, separate from the DB2 connection.

Authorization

Connect

Command syntax

>>-CONNECT TO--db_name----+----------------+-------------------->
                          '-USER--user_ID--'
 
>-----+------------------+-------------------------------------><
      '-USING--password--'
 
>>-CONNECT RESET-----------------------------------------------><
 

Command parameters

db_name
The name of the database.

user_ID
The user ID authorized to connect to the database.

password
The password for the user ID.

RESET
Disconnects the database after committing any pending changes.

Examples

Connect to the PERSONNL database. The user ID is anita and the password is anitapas:

connect to personnl user anita
   using anitapas

Usage notes

The database is connected in SHARE mode.

Run this command before running any other extender commands.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]