48 |
|
|
49 |
|
|
50 |
|
const |
51 |
– |
ISC_TRUE = 1; |
52 |
– |
ISC_FALSE = 0; |
51 |
|
DSQL_close = 1; |
52 |
|
DSQL_drop = 2; |
53 |
|
|
615 |
|
status_vector : PPISC_STATUS): ISC_STATUS; |
616 |
|
{$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF} |
617 |
|
|
618 |
+ |
Tfb_interpret = function (buffer : PByte; |
619 |
+ |
buflen : integer; |
620 |
+ |
status_vector : PPISC_STATUS): long; |
621 |
+ |
{$IFDEF WINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF} |
622 |
+ |
|
623 |
+ |
|
624 |
|
Tisc_open_blob = function (status_vector : PISC_STATUS; |
625 |
|
db_handle : PISC_DB_HANDLE; |
626 |
|
tran_handle : PISC_TR_HANDLE; |