Knight Data Access Layer
DatabaseExists Method (MsAccessProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > MsAccessProvider Class : DatabaseExists Method
The full path to the file
Check database existance
Syntax
Public Overrides Function DatabaseExists( _
   ByVal filePath As String _
) As Boolean
Dim instance As MsAccessProvider
Dim filePath As String
Dim value As Boolean
 
value = instance.DatabaseExists(filePath)
public override bool DatabaseExists( 
   string filePath
)
public: bool DatabaseExists( 
   string* filePath
) override 
public:
bool DatabaseExists( 
   String^ filePath
) override 

Parameters

filePath
The full path to the file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MsAccessProvider Class
MsAccessProvider Members