Article ID: 276985 - Last Review: February 22, 2007 - Revision: 1.2 How To Use SQL Server CE OLE DB Provider-Specific Properties in eVBThis article was previously published under Q276985 On This PageSUMMARY
The OLE DB specification allows data providers to implement provider-specific properties. These properties allow the programmer to have access to functionality that is outside the boundaries of the OLE DB specification. The SQL CE Books Online topic SQL Server CE OLE DB Properties Reference describes OLE DB standard and provider-specific properties that are supported by SQL CE OLE DB Provider. You can use a given property name (for example, DBPROP_INIT_DATASOURCE) in an eVC++ OLE DB application. The description of a property usually documents the name (for example, Data Source) you can use in an eVB ADOCE application. However, for provider-specific properties, you need to add the "SSCE:" prefix to the property description. Provider-Defined Properties in DBPROPSET_SSCE_DBINITCollapse this table
Provider-Defined Properties in DBPROPSET_SSCE_SESSIONCollapse this table
MORE INFORMATION
For additional details on how to use database password and encryption properties, review the SQL CE Books Online topic Creating Secure Databases. You can specify these properties in the connection string as follows:
REFERENCES
SQL CE Books Online topic SQL Server CE OLE DB Properties Reference.
| Article Translations
|

Back to the top
