Dear All
I have a BASE application that addresses a remote PostgresSQL table where most of my users will be in Windows; I have set the timeout parameters to the maximum.
Unfortunately my users will still occasionally go and make a cup of tea and/or chat and leave the application running. What I wish to do is to be able to test the connection and if timed out reestablish a connection without having to close the application and reboot the device. I will test before saving data or moving from record to record.
I have looked at [forum entry 897] but see no resolution. Has anybody else found a solution to this problem?
The system reports as being connected even after timeout. How do I detect if the DB has been timed out? After timeout, do I have to close the current connection and re-establish a new connection?
Any help gratefully received!
Best wishes,
CB