Subject | Re: [firebird-support] API - Transaction handle. |
---|---|
Author | Elmar Haneke |
Post date | 2004-06-24T06:24:07Z |
> I am new to Firebird, read most of the manuals. In the InterBase 6 APIThat's nonsense for API applications perhaps someone confused API and
> Guide on page 81 it states: "InterBase requires that all transaction handles
> be declared when an application is compiled."
embedded SQL there. For an API-Application there is nothing "magic"
done at compile time, transaction handles are created at runtime by
calling the API.
API might also be used in an interpreted language - there would be no
compile-time at all.
Elmar