Chili.Opf3 Send comments on this topic.
AccessStorage Constructor(String,String)
See Also 
Chili.Opf3.Storages.OleDb Namespace > AccessStorage Class > AccessStorage Constructor : AccessStorage Constructor(String,String)




path
Specifies the path of the database.
fileName
Specifies the file name of the database.
Creates a new instance of the AccessStorage Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal path As String, _
   ByVal fileName As String _
)
Visual Basic (Usage)Copy Code
Dim path As String
Dim fileName As String
 
Dim instance As AccessStorage(path, fileName)
C# 
public AccessStorage( 
   string path,
   string fileName
)
Managed Extensions for C++ 
public: AccessStorage( 
   string* path,
   string* fileName
)
C++/CLI 
public:
AccessStorage( 
   String^ path,
   String^ fileName
)

Parameters

path
Specifies the path of the database.
fileName
Specifies the file name of the database.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also