# | Line 34 | Line 34 | interface | |
---|---|---|
34 | uses | |
35 | Classes, SysUtils, DB; | |
36 | ||
37 | + | const |
38 | + | sDBkeyAlias = 'IBX_INTERNAL_DBKEY'; {Special case for TIBTable support} |
39 | + | |
40 | type | |
41 | TTraceControlFlag = (tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, | |
42 | tfTransact, tfBlob, tfService, tfMisc, tfDisabled); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |