Connects to a Microsoft Access mdb database file.
Connects to a database with a blank password.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public MicrosoftAccessDatabase(
string strDatabaseFilePath
) |
Visual Basic |
---|
Public Sub New ( _
strDatabaseFilePath As String _
) |
Visual C++ |
---|
public:
MicrosoftAccessDatabase(
String^ strDatabaseFilePath
) |
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
Remarks
See Also