MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 96

Dreamweaver api reference
Table of Contents

Advertisement

Description
This function gets a list of all the tables that are defined for the specified database. Each table
object has three properties:
Arguments
connName
The
argument is a connection name that is specified in the Connection
connName
Manager. It identifies the connection string that Dreamweaver should use to make a
database connection to a live data source.
Returns
An array of objects where each object has three properties:
is the name of the table.
Table
is the catalog that contains the table.
Catalog
Example
The statement
MMDB.getTables ("EmpDB");
first object's properties might be similar to the following example:
object1[table:"Employees", schema:"personnel", catalog:"syscat"]
The second object's properties might be similar to the following example:
object2[table:"Departments", schema:"demo", catalog:"syscat2"]
MMDB.getViews()
Availability
Dreamweaver UltraDev 4.
Description
This function gets a list of all the views that are defined for the specified database. Each view
object has
,
catalog
schema
Arguments
connName
The
argument is a connection name that is specified in the Connection
connName
Manager. It identifies the connection string that Dreamweaver should use to make a
database connection to a live data source.
96
The Database API
,
, and
table
schema
catalog
is the name of the schema that contains the table.
Schema
might produce an array of two objects. The
, and
properties.
view
.
,
, and
table
schema
.
catalog

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents