Hi everyone ,
My app (a blank one) uses a connection C1 (set via SQL properties) and a connection C2.
I use C2 to lookup some data in onexecute. C2 has a default settings but needs to be edited, depending on a get parameters.
It seems impossible to edit C2 and use it. It always goes to the default settings the first load. only if i reload the page it will pick up the edited connection settings.
Is there any way to edit the connection and use it in one go?
i use the app as a restfull service called directly from outside so it must be in one go and without sc_redir.
I appreciate any help, I really stuck on this one.