Specifications
The Database API 323
MMDB.showOdbcDialog()
Availability
Dreamweaver UltraDev 4 (Windows only)
Description
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
Displays RDS user name and password dialog box.
Arguments
username, password
• username is the initial user name.
• password is the initial password.
Returns
An object that contains the new values in the username and password properties. Either property
that is not being defined indicates that the user cancelled from the dialog box.
MMDB.showRestrictDialog()
Availability
Dreamweaver UltraDev 4
Description
Displays the Restrict dialog box.
Arguments
catalog, schema
• catalog is the initial catalog value.
• schema is the initial schema value.
Returns
An object that contains the new values in the catalog and schema properties. Either property
that is not being defined indicates that the user cancelled from the dialog box.