epxGetQuery - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks Process Exchange (EPX)

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Precisely EnterWorks > EnterWorks
Precisely EnterWorks
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Process Exchange (EPX)
Copyright
2023
First publish date
2007
Last edition
2024-01-18
Last publish date
2024-01-18T18:45:39.198479
BQuery epxGetQuery()

Retrieves a DBQuery instance from the DBQueryPool which can be used for performing queries against the EPX database. The DBQuery instance represents an existing connection to the database. If an exception is encountered with any DBQuery or DBResultSet methods, the close() method on the DBQuery instance should be called to reset the connection. The same connection can be used for queries that are executed sequentially.

NOTE: Any query object that is retrieved using this method needs to be relinquished with the epxFreeQuery() method.