clsD3Connection | Windows | Unix | |
---|---|---|---|
RPC | ODBC | ODBC | |
brIsODBC() | Returns False. | Returns True. | Returns True. |
brCasing() brCurrency() brDecimal() brGrouping() |
Settings affect client. | Settings affect server. | Settings affect server. |
brCatalog() brCompile() brDecatalog() brOpenRuleModule() |
Flash compiles and catalogs into special Rule Catalog. | Flash compiles and catalogs into account's master dictionary. | Flash compiles and catalogs into account’s master dictionary. |
brDate() brTime() brTimeDate() |
Returns client's date and time. | Returns server's date and time. | Returns server's date and time. |
brIConv() brOConv() brSleep() brSort() brSystem() |
Implemented on both the client and server. | Implemented on server. | Implemented on server. |
brOpenFile() brOpenSelectList() |
Full pathing recommended. | Use master dictionary to resolve pathing. | Use master dictionary to resolve pathing. |
brRelease() | Not supported. | Frees all locks. | Frees all locks. |
brUniqueId() | Returns sequential ID. | Returns 128-bit GUID. | Returns 128-bit GUID. |