SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 for Relational Databases: Reference

space
Previous Page | Next Page

The LIBNAME Statement for Relational Databases

ACCESS= LIBNAME Option



Determines the access level with which a libref connection is opened.
Default value: none
Valid in: SAS/ACCESS LIBNAME statement
DBMS support: DB2 UNIX/PC, DB2 z/OS, HP Neoview, Informix, Microsoft SQL Server, MySQL, Netezza, ODBC, OLE DB, Oracle, Sybase, Teradata

Syntax
Syntax Description
Details

Syntax

ACCESS=READONLY

Syntax Description

READONLY

specifies that tables and views can be read but not updated.


Details

Using this option prevents writing to the DBMS. If this option is omitted, tables and views can be read and updated if you have the necessary DBMS privileges.

space
Previous Page | Next Page | Top of Page