Specifications

Chapter 27318
MMDB.getRdsPassword()
Availability
Dreamweaver UltraDev 4
Description
Gets the Remote Development Services (RDS) password.
Arguments
None.
Returns
A string that contains the RDS password.
MMDB.getRdsUserName()
Availability
Dreamweaver UltraDev 4
Description
Gets the RDS user name.
Arguments
None.
Returns
A string that contains the name of the RDS user.
MMDB.getRemoteDsnList()
Availability
Dreamweaver UltraDev 4, enhanced in Dreamweaver MX
Description
Gets the ODBC DSNs from the site server. The getRdsUserName() and getRdsPassword()
functions are used when the server model of the current site is ColdFusion. This function
provides an option for a developer to specify a URL parameter string to be appended to the
Remote Connectivity URL that
MMDB.getRemoteDsnList() generates. If the developer provides
a parameter string, this function passes it to the HTTP connectivity scripts.
Arguments
{urlParams}
urlParams is a string that contains a list of name=value expressions, which are separated by
ampersand (
&) characters. You must not enclose values with quotes. Some characters, such as the
space in the value
Hello World, need to be encoded. For example, here is a valid sample
argument that you can pass to
MMDB.getRemoteDsnList():
a=1&b=Hello%20World
Returns
Returns an array that contains the ODBC DSNs that are defined on the server for the current site