Previous Page | Next Page

The SQL Procedure

DISCONNECT Statement


Ends the connection with a DBMS that a SAS/ACCESS interface supports.
Requirement: SAS/ACCESS software is required. For more information on this statement, see your SAS/ACCESS documentation.
See also: Connecting to a DBMS Using the SQL Procedure Pass-Through Facility in the SAS 9.2 SQL Procedure User's Guide

DISCONNECT FROM dbms-name|alias;


Arguments

alias

specifies the alias that is defined in the CONNECT statement.

dbms-name

specifies the DBMS from which you want to end the connection (for example, DB2 or ORACLE). The name you specify should match the name that is specified in the CONNECT statement.


Details

Previous Page | Next Page | Top of Page