You are not logged in.
Pages: 1
I'm trying to create an audit trail like in the MainDemo but I would also like to track the TSQLAuthUser ID as well.
Can this be done currently?
The implementation in the MainDemo seems to rely on:
TNotifySQLEvent = function(Sender: TSQLRestServer; Event: TSQLEvent;
aTable: TSQLRecordClass; aID: integer): boolean of object;
Would this also need the TSQLAuthUser record ID passed to implement this?
Offline
Pages: 1