ibec_RecreateUser

The ibec_RecreateUser function first tests whether a specified user exists or not. In the case of the specified user existing, it deletes his login record and recreates it again using the properties specified. Otherwise it just creates a new login record.

Syntax

 function ibec_RecreateUser(ConnectOptions, UserData : string) : variant;

All functions return NULL if there were no errors, otherwise they return an error message text.

Please refer to ibec_CreateUser for the parameter lists for ConnectOptions and UserData options, and examples.

If the server name is not specified the connection will be established with the local server using the local protocol. TCP/IP will be used when the server name is specified but the protocol is not specified.

back to top of page
<< ibec_AlterUser | IBEBlock | ibec_DropUser >>