Connects to an SQL Compact Edition 3.5 database. Assumes the database has a blank password.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public MicrosoftSQLCompactEditionDatabase(
	string strDatabaseFilePath
)
Visual Basic
Public Sub New ( _
	strDatabaseFilePath As String _
)
Visual C++
public:
MicrosoftSQLCompactEditionDatabase(
	String^ strDatabaseFilePath
)

Parameters

strDatabaseFilePath
Type: System..::..String
The full or relative path to the SQL compact edition database. i.e. Data\database.sdf or C:\Data\database.sdf

See Also