Knight Data Access Layer
CreateDatabase Method (OleDbProvider)




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

OleDbProvider Class
OleDbProvider Members