Chapter Contents

Previous

Next
SAS/ACCESS Software for Relational Databases: Reference

Comparing SAS/ACCESS Features

It is recommended that you use the new SAS/ACCESS LIBNAME statement to access your DBMS data easily and transparently. However, if your SAS/ACCESS interface does not support the LIBNAME statement, you might need to choose between the SQL Procedure Pass-Through Facility or view descriptors.


SAS/ACCESS LIBNAME Statement

When you use the SAS/ACCESS LIBNAME statement, the LIBNAME engine sends and receives data between the DBMS and the SAS System.

Beginning in Version 7, the LIBNAME statement is usually the fastest and most direct method of accessing DBMS data. Here are some of the tasks it performs:

The SAS/ACCESS LIBNAME statement has the following advantages over the SQL Procedure Pass-Through Facility and Version 6 view descriptors:


SQL Procedure Pass-Through Facility and View Descriptors

If you cannot use the LIBNAME statement, you can also use either the SQL Procedure Pass-Through Facility or SAS/ACCESS view descriptors to access DBMS data. There are certain cases where it is more efficient to use one method or the other, and choosing the best method can enhance your program's performance.

In both methods, the SAS/ACCESS interface view engine sends and receives data between the DBMS and the SAS System.

The SQL Procedure Pass-Through Facility and SAS/ACCESS view descriptors perform these tasks equally well:

There are some advantages to using either the SQL Procedure Pass-Through Facility or SAS/ACCESS descriptors. Use the following information to help you decide between the two methods:


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.