Hello, all
One of our clients wrote his own application, which connects to SQL Anywhere 16 db.
We have strong suspicion that his multi-threaded application at some points opens a large number of connections to the DB causing some of them to fail.
The connections are short-lived and no connection pool is used (do not ask me why, this is a separate issue).
Since we do not control the client application, I would like to log the connections from the server side.
Basically, I need to know how I could trigger an insert statement on any db connection, so I could know how many connections are being made at the same time.
Thank you
Arcady