Working differences for clsD3File

FlashBASIC triggers which use ClsD3RuleModule business rules.

clsD3File Windows Unix
RPC ODBC ODBC
triggers Global Common is not. Common is private to the file and persists as long as the file is open. Named Common should not be used. Common and Named Common are global. Common and Named Common are global.
brIsODBC() Returns False. Returns True. Returns True.
brUniqueId() Returns sequential Id. Returns 128-bit GUID. Returns 128-bit GUID.