Has anyone encountered the problem of too many database handles.
Has anyone encountered the problem of too many database handles.
Yes we are using SQLClose(hSQL) before every our SQLDispose(hSQL) like in example Function from help SQLCreate(..).
Our system have redundancy two servers.
We see a problem when events occur when servers stop seeing each other.
We have a local bit to see which server is active and then we run events (tiggers) on PRIMARY or STANDBY with our cicode (Querys, Run Stored Procedures).
..
When the servers cannot be seen, the event is probably done on both servers and the handles are exceeded ?
Yes we are using SQLClose(hSQL) before every our SQLDispose(hSQL) like in example Function from help SQLCreate(..).
Our system have redundancy two servers.
We see a problem when events occur when servers stop seeing each other.
We have a local bit to see which server is active and then we run events (tiggers) on PRIMARY or STANDBY with our cicode (Querys, Run Stored Procedures).
..
When the servers cannot be seen, the event is probably done on both servers and the handles are exceeded ?