Subject | Re: in new API |
---|---|
Author | |
Post date | 2018-06-09T08:37:51Z |
---In firebird-support@yahoogroups.com, <nsg@...> wrote :
>>> and connection (= current_connection)?>I search since but can not find any info on items: byteptr.
>> Almost the same way as with ISC API: use ITransaction::getInfo() and
>> IAttachment::getInfo()
>in dot net sources, i found a constant isc_info_next_transaction: = 107
>but does not exist in firebird.pas.
I assumed you already know how to get this info using ISC API, seems i was wrong.
Anyway, below is what you are looking for:
isc_info_attachment_id = 22
isc_info_tra_id = 4
All constants can be found at <firebird>\include\ibase.h
Regards,
Vlad
PS Feel free to ask more, if needed