Knight Data Access Layer
CreateDatabase(String,Boolean) Method




KellermanSoftware.NetDataAccessLayer.Providers Namespace > FirebirdProvider Class > CreateDatabase Method : CreateDatabase(String,Boolean) Method
The full path to the file
If the database is embedded vs a server instance
Create new database
Syntax
Public Overloads Sub CreateDatabase( _
   ByVal filePath As String, _
   ByVal isEmbedded As Boolean _
) 
Dim instance As FirebirdProvider
Dim filePath As String
Dim isEmbedded As Boolean
 
instance.CreateDatabase(filePath, isEmbedded)
public void CreateDatabase( 
   string filePath,
   bool isEmbedded
)
public: void CreateDatabase( 
   string* filePath,
   bool isEmbedded
) 
public:
void CreateDatabase( 
   String^ filePath,
   bool isEmbedded
) 

Parameters

filePath
The full path to the file
isEmbedded
If the database is embedded vs a server instance
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

FirebirdProvider Class
FirebirdProvider Members
Overload List