Read Application ID
Posted: 07.08.2021, 12:52
Hello,
I read on a forum not related to ZDB and Delphi that we can read/write Application ID using
But is there a direct way to set and read Application ID using ZDB instead of resorting to PRAGMA?
TIA
I read on a forum not related to ZDB and Delphi that we can read/write Application ID using
Code: Select all
PRAGMA schema.application_id
PRAGMA schema.application_id = integer
TIA