How To Use SQL Server CE OLE DB Provider-Specific Properties in eVB (276985)
The information in this article applies to:
- Microsoft SQL Server 2000 Windows CE Edition
This article was previously published under Q276985 SUMMARY
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_DBINIT|
DBPROP_SSCE_DBPASSWORD | SSCE:Database Password | DBPROP_SSCE_ENCRYPTDATABASE | SSCE:Encrypt Database |
Provider-Defined Properties in DBPROPSET_SSCE_SESSION|
DBPROP_SSCE_MAXBUFFERSIZE | SSCE:Max Buffer Size |
REFERENCES
SQL CE Books Online topic SQL Server CE OLE DB Properties Reference.
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbhowto KB276985 |
---|
|