Previous Topic Next topic Print topic


UNBIND CONNECTION

Disassociates OpenESQL from the original JDBC connection object.

Syntax:

>>--EXEC SQL--UNBIND CONNECTION--.-----------------.----> 
                                 +-connection_name-+ 
                                 +-:conn_name_hv---+

 >----END-EXEC----><

Parameters:

connection_name The connection name OpenESQL uses to refer to the JDBC connection object.
conn_name_hv Host variable which contains the connection name OpenESQL uses to refer to the JDBC connection object.

Example:

     EXEC SQL 
        UNBIND CONNECTION fred
     END-EXEC
Previous Topic Next topic Print topic