Hello,
I’m trying to fill my grids through postgres connection.
I’m Creating the connection normally (host, post, credentials etc), i load my grids , my data , my forms and everything works fine.
But i’m having a problem with the Persistent Connection option.
I have Persistent Connection set to ‘No’ because i want the connection to be killed after every script, quit etc, but my connections still persist as many times as i load the same grids, and even new ones are created for the same grid. So it continuously fills my connection table with new ones, for the same grid or form etc resulting in heavy load and connection limit problems.
Any suggestions? Is this a server option that i should take care off, or am i using something wrong with scriptcase database connections ?
ScriptCase Version: 9.0.010
Database Server: “PostgreSQL 9.4.5 on x86_64-slackware-linux-gnu, compiled by gcc (GCC) 4.8.2, 64-bit”
Thanks in advance!