Supported in: IOM
Provider, OLAP Provider, Local Provider,
SAS/SHARE Provider, Base
SAS Provider
Property Group: Initialization
Property Set: DBPROPSET_DBINIT
Description (ADO property
name): Data Source
Use this property to
identify the server or physical disk location that you want to connect
to.
Local Provider: Set
this property to the directory location that contains your data. The
directory specification can be a local drive, a mounted drive, or
the fully qualified path to a network drive. You can also set this
property to "_LOCAL_" if you want to specify a fully qualified file
path when opening a rowset.
IOM Provider: Set this
property to "_LOCAL_" when you want a SAS Workspace Server connection.
When creating a remote SAS Workspace Server connection, you can set
this property to any string that you want to associate with the connection.
SAS/SHARE Provider:
Set this property to the name of the
SAS/SHARE server to which you
want to connect. Consult your
SAS/SHARE server administrator if you
do not know the server name. If you are using DBPROP_SAS_INIT_LOCALSERVER
to start the server, then you must use the same Server ID passed
in via the DBPROP_SAS_INIT_SASPARAMETERS property.
OLAP Provider: Set this
property to the network DNS name of the OLAP server or the IP address
of the OLAP server. When connecting to a remote OLAP server, use this
property in conjunction with DBPROP_SAS_INIT_SERVICENAME, DBPROP_SAS_INIT_PROTOCOL,
and DBPROP_SAS_INIT_PORT.
For more information,
see the
OLE DB Programmer’s Reference and Data Access
SDK.