Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LocalConnectionString property specifies the OLE DB connection string for the SQL Server 2005 Compact Edition (SQL Server Compact Edition) database on the Microsoft Windows CE-based device.
Syntax
object.LocalConnectionString(value)
Applies To
SQL Server Compact Edition RDA object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_LocalConnectionString(BSTR *pVal);
HRESULT put_LocalConnectionString(BSTR newVal);
Generic Parameters
Parameter | Description |
---|---|
value |
The OLE DB connection string for the SQL Server Compact Edition database. |
Remarks
For a list of parameters that are supported in the LocalConnectionString, see LocalConnectionString Property (SQL Server Compact Edition).