TOC PREV NEXT INDEX

Manipulate

Synopsis

Manipulate performs SQL operations other than queries on a database based on user specifications.

Input Ports

dbvisual_connect link to a structure

Parameters

None

Output Ports

None

User Interface

None

Description

The Manipulate macro performs SQL operations other than queries on a database based on user specifications in a SQL statement. It provides a user interface to the DBdelete, DBinsert, DBupdate, and DBmiscStatement modules that perform the operations and to some additional modules that perform support tasks. The interface also provides access to additional windows.

Input

dbvisual_connect_descriptor

A pointer to the connection descriptor of the session in which Manipulate is to execute. This is the output of the DBconnect module or Connect macro that initiated the session.
CAUTION: Do not modify this value. A fatal error will result.

Parameters

none.


Output Port

none.


Example

Not available.

File

v/db.v

See also related modules

Reference Pages: Database Kit Modules " (for reference descriptions of the underlying modules)
Manipulate (for reference descriptions of the UIwindows in Manipulate that are available separately for use in applications)

TOC PREV NEXT INDEX