Subject | Re: [firebird-support] API - Transaction handle. |
---|---|
Author | Robert Meyer |
Post date | 2004-06-24T14:06:50Z |
Thanks for you input. When I get that far, I'll dynamically create the
space for the transaction handle. The way it read to me is that transaction
handles could not be dynamically created where all other handles could. It
didn't make since to me, so thought I'd check.
Regards,
Robert
space for the transaction handle. The way it read to me is that transaction
handles could not be dynamically created where all other handles could. It
didn't make since to me, so thought I'd check.
Regards,
Robert
----- Original Message -----
From: "Elmar Haneke" <elmar@...>
To: <firebird-support@yahoogroups.com>
Sent: Thursday, June 24, 2004 1:32 AM
Subject: Re: [firebird-support] API - Transaction handle.
> > Handles are *assigned* at runtime. But a transaction handle is a
> > client-side creation, a variable, a piece of application-owned
> > memory that the application sets in place to be assigned to
> > transactions.
>
>
> That's nothing else than the fact that you have to use some variable
> or to use some dynamically allocated memory to store the handle. It's
> no restriction that the number of transactions has to be known at
> compile time - if required the application can open any number of
> transactions without specifying some limit at compile time.
>
> The notice in the manual might lead to the misunderstanding that there
> is some restriction on dynamically creating transaction handles.
>
> Elmar
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>