Questions asked by Christian Schneiderhttps://answers.axonivy.com/questions/asked-by/58/christian-schneider/?type=rssQuestions asked by <a href="/users/58/christian-schneider" >Christian Schneider</a>enTue, 12 Jan 2010 11:39:26 -0500Using DB-Connection from PIshttps://answers.axonivy.com/questions/314/using-db-connection-from-pisIs it possible to access the DB connection from a PI using <br/> <br/> ivy.getProcessEngineHook().getDbConnection(dbName);<br/> <br/> as well as for returning (instead of closing):<br/> <br/> ivy.getProcessEngineHook().returnDbConnection(dbName, connection); ?<br/> <br/> Is this way of accessing the underlying datasource (for SELECT queries inside a PI) the correct one or does this interfere with other queries from Ivy DB process elements running at the same time?<br/> Christian SchneiderTue, 12 Jan 2010 11:39:26 -0500https://answers.axonivy.com/questions/314/using-db-connection-from-pisivy3