These
features are common to all of the SAS providers:
-
integrated SAS formatting services,
which are the included core set of SAS formats used when reading or
modifying data
-
use of basic OLE DB schema rowsets,
which enable consumers to obtain metadata about the data source that
they use
The following
table lists provider-specific functionality.
Feature Comparison
Provider-Specific Features
|
|
|
|
|
|
supports random access
by using the ADO (adOpenDynamic) cursor type and recordset bookmarks
|
|
|
|
|
|
supports simultaneous
user updates
|
|
|
|
|
|
|
|
|
|
|
|
provides read and update
access to all data sets available in a SAS session
|
|
|
|
|
|
provides a choice of
either exclusive access (member-level lock) or multiple user access
(record-level lock) to SAS data files, selectable on a per-rowset
open basis
|
|
|
|
|
|
provides access to SAS
data files via Version 7 and later SAS/SHARE servers
|
|
|
|
|
|
provides access to SAS
data files on Version 8 and later SAS Workspace Servers
|
|
|
|
|
|
provides access to SAS
cubes on SAS 9.1 and later SAS OLAP Servers
|
|
|
|
|
|
provides access to SAS
data files via Version 7 and later Base SAS installations
|
|
|
|
|
|
provides read-only access
to Version 6 and later SAS data sets created on a Windows system without
a SAS session
|
|
|
|
|
|
provides read-only access
to transport files and data sets created by SAS Version 7 or later
on any of the following platforms: Solaris, HP-UX, RS 6000 AIX, MIPS
Intel ABI, Windows, OS/2, OpenVMS. Does not require a SAS session.
|
|
|
|
|
|
|
|
|
|
|
|
1The local provider always
enforces member-level locking.
|