78
The Database API
Arguments
None.
Returns
A string that contains the RDS user name.
MMDB.getRemoteDsnList()
Availability
Dreamweaver UltraDev 4, enhanced in Dreamweaver MX.
Description
This function 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}
■
The
urlParams
argument, which is optional, 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. The following example shows 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.
MMDB.getRuntimeConnectionType()
Availability
Dreamweaver UltraDev 1.
Description
This function returns the runtime connection type of the specified connection name.
000_DW_API_Print.book Page 78 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...