Subject Threads and Transactions in Embedded SQL Applications
Author pgtoni
Hi all,

I have developed a library in C++ (enviroment RH linux 7.1 gcc-2.96)
with embedded SQL (gpre).

Now some errors a occuring which I am not understanding.

When I have 2 clients each using some named transaction, are this
transactions handle different on the server, or is the server
assuming it is the same named transaction?

It is not possible to use runtime generated names for transaction.
But how does the server then differentioate between transactions from
different processes?

Does somebody have some tips or links where I can get some info about
gpre, threads, transactions in Embedded SQL applications etc

Greetings
Toni