Hi,
I found that my JS macros created many connections to postgresql database and sometimes the server send error: “FATAL: sorry, too many clients already”
May be I forget to close connection before to create new one.
It is to long to explain here how I did to make connection but I use somewhere oXInterface.oXDriverManager.getConnectionWithInfo(…)
What are functions to close a connection to the server ? please send me an example code.
Thanks