Hi,
in my application I have different threads, all use their own connection to a Firebird database.
I have the problem, that some connections don't complete their transaction and I don't see exactly which one it is.
In my database I have the table MON$ATTACHMENTS and there are different columns. In MON$REMOTE_PROCESS I see the name of my .EXE only, but not of the thread / connection.
Is there a way to name the connection, so I can see in the MON$ATTACHMENTS table, which connection from which thread stays alive for to long?
cu Christian