MicroStrategy ONE

Delete DBConnection statement

Deletes a DBConnection.

Copy
DELETE 
 DBCONNECTION "dbconnection_name";

where:

"dbconnection_name" is the name of the database connection to be deleted, of type string.

Example

Copy
DELETE 
 DBCONNECTION "DBConn1";