Subject | Re: [IBDI] Transactions |
---|---|
Author | Ann W. Harrison |
Post date | 2001-07-11T23:35:50Z |
At 04:00 PM 7/11/2001 -0700, Jason Wharton wrote:
isc_tr_handle ISC_FAR *,
short,
char ISC_FAR *,
short,
char ISC_FAR *);
/*********************************/
/* Transaction information items */
/*********************************/
#define isc_info_tra_id 4
It works just like all the other info calls.
Returns your own transaction id (long), which should be close enough.
Regards,
Ann
www.ibphoenix.com
We have answers.
>Is there a way I can scrape these values [Transaction IDs]ISC_STATUS ISC_EXPORT isc_transaction_info (ISC_STATUS ISC_FAR *,
>using API information requests?
isc_tr_handle ISC_FAR *,
short,
char ISC_FAR *,
short,
char ISC_FAR *);
/*********************************/
/* Transaction information items */
/*********************************/
#define isc_info_tra_id 4
It works just like all the other info calls.
Returns your own transaction id (long), which should be close enough.
Regards,
Ann
www.ibphoenix.com
We have answers.