Connects to a Microsoft Access mdb database file.

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

Syntax

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

Parameters

strDatabaseFilePath
Type: System..::..String
The full or relative path to the mdb file - including the mdb file name and extension. i.e. Data\database.mdb or C:\Data\database.mdb
strDatabasePassword
Type: System..::..String

[Missing <param name="strDatabasePassword"/> documentation for "M:DatabaseObjects.MicrosoftAccessDatabase.#ctor(System.String,System.String)"]

Remarks