Firbird - naming connections

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Firbird - naming connections

Post by chkaufmann » Tue 01 Jun 2010 08:47

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

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 01 Jun 2010 14:14

InterBase server doesn't provide such functionality.

Post Reply