Function
EN
Version 4.50
@CreateDBActivity
Database
Syntax
@CreateDBActivity(DBHANDLE1);
Description
Starts logging the user activity of the database with the DBHANDLE DBHANDLE1.
If NUMBER 1 is returned if the operation was successful (or user activity already exists); otherwise ERROR.
Example: @CreateDBActivity(DBHANDLE1)
DBHANDLE1:=@OpenDB("TEST.NSF");
Ret:=@CreateDBActivity(DBHANDLE1);
DBHANDLE1:=@CloseDB(DBHANDLE1);
Creates the user activity in the database "TEST.NSF".
Note : This text was machine-translated and may contain inaccuracies.
