Disassociates OpenESQL from the original
ADO.NET connection object.
Syntax:
>>--EXEC ADO--UNBIND CONNECTION--.-----------------.---->
+-connection_name-+
+-:conn_name_hv---+
>----END-EXEC----><
Parameters:
connection_name
|
The connection name OpenESQL uses to refer to the
ADO.NET connection object.
|
conn_name_hv
|
Host variable which contains the connection name OpenESQL uses to refer to the
ADO.NET connection object.
|
Example:
EXEC ADO
UNBIND CONNECTION fred
END-EXEC