Introduction to the SQL Whiteboard

The SQL Whiteboard enables you to enter and execute SQL statements using MXDM, and provides execution information for each of the SQL statements.

The list of SQL statements of one MXDM session persists in other MXDM sessions. Currently, MXDM supports only one instance of the SQL Whiteboard.

You can specify SQL statements with parameters by enclosing parameter names within a double dollar sign ($$). When the statement is executed, the SQL Whiteboard obtains values for the parameters in the statement. You can reuse recently used values for those parameters.