system.db.removeDatasource

Description

Removes a database connection from Ignition.

Syntax

system.db. removeDatasource( name )

  • Parameters

String name - The name of the database connection in Ignition.

  • Returns

Nothing

  • Scope

All

Code Examples
Code Snippet
#This will result in the connection named MySQL being removed
system.db.removeDatasource("MySQL")