Scalable Database Server, HiRDB Version 8 UAP Development Guide

[Contents][Index][Back][Next]

9.4.5 Connection in a Java stored procedure

You can create only one active connection within a Java stored procedure. Database manipulation using a connection object is not available if the database and JDBC resources are released by the garbage collector, or the close() method is used to explicitly release the database and JDBC resources before the Java stored procedure is terminated.