
3.6 How is SQL security implemented by IMAGE/SQL (continued)?
Key points
When you issue an IMAGESQL ADD USER command, certain SQL statements are
executed behind the scene for you.
- If this is the first user to be added for the class/password, then
IMAGESQL does the following:
- If this is the second (or other) user for the class/password, then
IMAGESQL simply issues an
ADD TO GROUP statement to add the new user to the
appropriate group for the class/password.
IMAGESQL "" ADD USER PINKY@ACCOUNT WITH CLASS=20, MODE=1
SQL => ADD PINKY@ACCOUNT TO GROUP music_20;
- When users in the group want to access information in the TurboIMAGE data set,
they must use the view that has been set up for them:
isql => select * from music.albums_v20;

Page last updated on November 29, 1995
|