Hello All,
I have a unique scenario where I have to capture (log) everytime my powerbuilder application loses its DB connection.
App behavior - it will continue to show no signs of disconnection until the user tries to retrieve any data. Then it shows a message saying connection no longer available or unstable.
However, is there a way to capture this at a global level? I have over 400 modules and I cannot include a code change in every datawindow dberror event.
SystemError event does not trigger in this case.
Any ideas?