Creates a data source reading a Microsoft Access database.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public static IInfigoDataSource CreateAccessDataSource( string strFile, string strTable, string strPassword, InfigoDataSourceFactory..::.AccessType type ) | 
| Visual Basic (Declaration) | 
|---|
| Public Shared Function CreateAccessDataSource ( _ strFile As String, _ strTable As String, _ strPassword As String, _ type As InfigoDataSourceFactory..::.AccessType _ ) As IInfigoDataSource | 
| Visual C++ | 
|---|
| public: static IInfigoDataSource^ CreateAccessDataSource( String^ strFile, String^ strTable, String^ strPassword, InfigoDataSourceFactory..::.AccessType type ) | 
Parameters
- strFile
- Type: System..::.String
 The path to the Access database file.
- strTable
- Type: System..::.String
 The table name to read the data from.
- strPassword
- Type: System..::.String
 The optional password of the file.
- type
- Type: InfigoSDK..::.InfigoDataSourceFactory..::.AccessType
 The Access file type InfigoDataSourceFactory..::.AccessType.





