Is it possible to access the DB connection from a PI using
ivy.getProcessEngineHook().getDbConnection(dbName); as well as for returning (instead of closing): ivy.getProcessEngineHook().returnDbConnection(dbName, connection); ? 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? asked 12.01.2010 at 11:39 Christian Sc... |
This is the right way:
Of course, it is possible that at the same time other queries are executed, but this should not be a problem. answered 13.01.2010 at 06:06 SupportIvyTeam ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 12.01.2010 at 11:39
Seen: 2,744 times
Last updated: 24.07.2018 at 09:10