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

 

GENERATE/FH812751.gif

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 Ports

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 Ports

None

File

v/db.v

See Also

•      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)