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
Output Ports
User Interface
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
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.
Parameters
Output Port
Example
File
See also related modules