Knight Data Access Layer
ChangeDatabase Method (MsAccessProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > MsAccessProvider Class : ChangeDatabase Method
The full path to the file
Change database. Currently not supported
Syntax
Public Overrides Sub ChangeDatabase( _
   ByVal filePath As String _
) 
Dim instance As MsAccessProvider
Dim filePath As String
 
instance.ChangeDatabase(filePath)
public override void ChangeDatabase( 
   string filePath
)
public: void ChangeDatabase( 
   string* filePath
) override 
public:
void ChangeDatabase( 
   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