OLE DB
requires that you use a data source object to connect to a remote
SAS/SHARE server. The following table shows how the ADO connection
properties that were previously discussed correspond to the OLE DB
data source initialization properties.
OLE DB Data Source Initialization Properties
|
|
Corresponding
ADO Property
|
|
|
|
|
|
|
|
|
|
|
|
|
The OLE
DB data source initialization properties use the same syntax as their
ADO counterparts.
As shown in ADO Implementation, the ADO property values are represented
as character strings. In OLE DB, which has only C and C++ language
bindings, these property values are implemented as variant type VT_BSTR.