Top | Previous | Next |
system.db.removeDatasource |
Description Removes a database connection. Syntax system.db.removeDatasource(name) Parameters String name - The name of the database connection. Returns nothing Scope All Examples system.db.removeDatasource("MySQL") |