Data Port Sync 1.0.500

SqlCeConnection.ConnectionString Property

[This is preliminary documentation and subject to change.]

Gets or sets the connection string.

[Visual Basic]
Overrides Public Property ConnectionString As  _
    Implements IDbConnection.
[C#]
public override  ConnectionString {get; set;}

Property Value

Connection string.

Implements

IDbConnection.

Remarks

The connection string is parsed in order to separate the properties for OLE DB consumption. The supported properties are:

data source - The database file name

ssce:temp file directory - The temporary file directory

ssce:database password - The database password

ssce:encrypt database - Database encryption status

dssce:ip - IP address of the PDA. If this property is not specified, the Pipe will connect via ActiveSync (RAPI).

dssce:port - IP port number of PDA.

dssce:local=true - Specifies a connection to the desktop server (LocSqlCe.dll).

See Also

SqlCeConnection Class | Primeworks.DesktopSqlCe Namespace