Function EN Version 2.10

@DeleteDBActivity

Database

Syntax

@DeleteDBActivity(DBHANDLE1);

Description

Deletes the user activity of the database with the DBHANDLE DBHANDLE1.
If the returned value is NUMBER 1, the operation was successful, otherwise ERROR.

Example: @DeleteDBActivity(DBHANDLE1)

DBHANDLE1:=@OpenDB("TEST.NSF");
Ret:=@DeleteDBActivity(DBHANDLE1);
DBHANDLE1:=@CloseDB(DBHANDLE1);

Deletes the user activity of the database "TEST.NSF".

Note : This text was machine-translated and may contain inaccuracies.