Adobe Dreamweaver API Reference CS5 Bedienungsanleitung Seite 67

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 533
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 66
62
DREAMWEAVER API REFERENCE
The database API
Last updated 8/27/2013
Arguments
connName
The connName argument is a connection name that is specified in the Connection Manager. It identifies the
connection string that Dreamweaver should use to make a database connection to a live data source.
Returns
A user name string that is associated with the connection name.
Example
The statement MMDB.getUserName ("EmpDB"); might return "amit".
MMDB.hasConnectionWithName()
Availability
Dreamweaver UltraDev 4.
Description
This function determines whether a connection of a given name exists.
Arguments
name
The name argument is the connection name.
Returns
Returns a Boolean value: true indicates that a connection with the specified name exists; false otherwise.
MMDB.needToPromptForRdsInfo()
Availability
Dreamweaver MX.
Description
This function determines whether Dreamweaver should open the RDS Login Information dialog box.
Arguments
bForce
The bForce argument is a Boolean value; true indicates that the user who has previously cancelled out of the RDS
login dialog box still needs to be prompted for RDS login information.
Returns
A Boolean value: true indicates that the user needs to be prompted for RDS login information; false otherwise.
Seitenansicht 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 532 533

Kommentare zu diesen Handbüchern

Keine Kommentare