Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.DropDatabase Method

NOTE: This method is now obsolete.

Use DropDatabase(string connectionString) instead


Drop a existing database.

Overload List

Obsolete. Drop a existing database.

public static void DropDatabase(Hashtable);

Drops a existent database using the given connection string information.

public static void DropDatabase(string);

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace