Apama Documentation : Connecting Apama Applications to External Components : Using Standard Adapters : Using the Apama Database Connector : The ADBCHelper Application Programming Interface : Checking to see if a database is open
Checking to see if a database is open
Checking to see whether the database is already open or is in the process of being opened before calling an open event action is optional, but it is good programming practice. An application may also want to check if a database is open before executing a query.
The following example checks these fields to ensure that the application does not try to open an already opened database.
com.apama.database.DBUtil db;
//...
if not db.isOpen then {
db.openQuickODBC(dbUrl,””,””,handleError );
}
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback