pc:DatabaseExists

Previous Next

Determines whether or not a database exists at a connection. In Oracle terms, "database" designates the collection of tables (if any) stored in the database account of the user by the name of "database".

Returns a <yes> tag with properties of the database if it exists, or a <no> tag with existing sibling databases if it does not exist.

Use this directive to find out, before you call pc:NewDatabaseForUSoft, whether you need to call pc:DropDatabase.

This directive is interpreted differently for Oracle than for SQL Server.

 

 

collapseOracle
collapseSQL Server

 

 

See also

pc:DropDatabase

pc:NewDatabaseForUSoft