Mmdb.showconnectionmgrdialog(), Mmdb.showodbcdialog(), Mmdb.showrdsuserdialog() – Adobe Dreamweaver API Reference CS5 User Manual
Page 70

65
DREAMWEAVER API REFERENCE
The database API
Last updated 8/27/2013
MMDB.showConnectionMgrDialog()
Availability
Dreamweaver UltraDev 1.
Description
This function displays the Connection Manager dialog box.
Arguments
None.
Returns
Nothing. The Connection Manager dialog box appears.
MMDB.showOdbcDialog()
Availability
Dreamweaver UltraDev 4 (Windows only).
Description
This function displays the System ODBC Administration dialog box or the ODBC Data Source Administrator dialog box.
Arguments
None.
Returns
Nothing. The System ODBC Administration dialog box or the ODBC Data Source Administrator dialog box appears.
MMDB.showRdsUserDialog()
Availability
Dreamweaver UltraDev 4.
Description
This function displays the RDS user name and password dialog box.
Arguments
username, password
•
The username argument is the initial user name.
•
The password argument is the initial password.
Returns
An object that contains the new values in the
username
and
password
properties. If either property is not defined, it
indicates that the user cancelled the dialog box.