connect to...disconnect

Description

Connects to the specified server to establish a passthrough-mode connection; takes the connection out of passthrough mode.

Syntax

connect to server_name
disconnect

Usage

Usage


Server Class ASEnterprise


Server Class ASAnywhere


Server Class ASIQ


Server Class sql_server

No interaction occurs with sql_server when the connect or disconnect commands are issued.


Server Class direct_connect

When the connect command is issued using a server in class direct_connect, the direct_connect is sent an RPC:

sp_thread_props “passthru mode”, 1
sp_thread_props “passthru mode”, 0

Server Class db2

See also

See Also

commit in the Adaptive Server Reference Manual.