Specifications

Chapter 27314
Note: These properties are the standard ones implemented by Dreamweaver MX. Developers can define their own
connection types and add new properties to this standard set or provide a different set of properties.
Parameters
name
name is a string variable that specifies the name of the connection that you want to reference.
Returns
A reference to a named connection object.
MMDB.getConnectionList()
Availability
Dreamweaver UltraDev 1
Description
Gets a list of all the connection strings that are defined in the Connection Manager.
Arguments
None.
Returns
An array of strings where each string is the name of a connection as it appears in the Connection
Manager.
Example
A call to MMDB.getConnectionList() could return the strings ["EmpDB", "Test", TestEmp"].
variables Array of page variable names and their corresponding values used during Live Data and Preview
In Browser
catalog Used to restrict the metadata that appears (for more information, see “MMDB.getProcedures()”
on page 328)
schema Used to restrict the metadata that appears (for more information, see “MMDB.getProcedures()”
on page 328)
filename Filename of dialog box that was used to create the connection
Property Description