Database connection functions
81
MMDB.needToRefreshColdFusionDsnList()
Availability
Dreamweaver MX.
Description
This function tells the Connection Manager to empty the cache and get the ColdFusion data
source list from the application server the next time a user requests the list.
Arguments
None.
Returns
Nothing.
MMDB.popupConnection()
Availability
Dreamweaver MX.
Description
This function invokes a connection dialog box. This function has the following three
signatures:
■
If the argument list consists only of
dialogFileName
(a string), the
popupConnection()
function makes Dreamweaver open the Connection dialog box so you can define a
new connection.
■
If the argument list consists only of
connRec
(a connection reference), the
popupConnection()
function makes Dreamweaver launch the Connection dialog box in
edit mode for editing the named connection. In this mode, the name text field is dimmed.
■
If the argument list consists of
connRec
and the Boolean value
bDuplicate
, the
popupConnection()
function makes Dreamweaver open the Connection dialog box in
duplicate mode. In this mode, the name text field is blanked out, and the remaining
properties are copied to define a duplicate connection.
Arguments
dialogFileName
or
connRec
000_DW_API_Print.book Page 81 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...