4D v14.3BLOB TO USERS |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
BLOB TO USERS
|
BLOB TO USERS ( users ) | ||||||||
Parameter | Type | Description | ||||||
users | BLOB |
![]() |
BLOB (encrypted) containing database user accounts created and saved by the database Administrator | |||||
The BLOB TO USERS command adds the user accounts present in the BLOB users in the database. The BLOB users is encrypted and must have been created using the USERS TO BLOB command.
Only the database Administrator or Designer can execute this command. If another user attempts to execute it, the command does nothing and a privilege error (-9949) is generated.
The following rules apply when adding a user account:
If the command is executed correctly, the system variable OK is set to 1. Otherwise, it is set to 0.
Compatibility note: User and group files (.4UG extension) created by the Save Groups... menu command in versions of 4D prior to 2004 can be loaded in 4D version 2004 and higher using the following sequence:
DOCUMENT TO BLOB(mydoc;blob)
BLOB TO USERS(blob)
If the command has been executed correctly, the system variable OK is set to 1. Otherwise, it is set to 0.
Product: 4D
Theme: Users and Groups
Number:
850
Created: 4D 2004
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)