Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbBatchExecution.CreateDatabase Method
Parses the isql statement CREATE DATABASE and creates the database and opens a connection to the recently created database.
[Visual Basic]
Protected Friend Sub CreateDatabase( _
ByVal
createDbStatement As
String _
)
[C#]
protected internal
void CreateDatabase(
string createDbStatement);
Parameters
-
createDbStatement
- the create database statement.
See Also
FbBatchExecution Class | FirebirdSql.Data.Firebird.Isql Namespace