Difference between revisions of "MODIFY BRIDGE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 30: Line 30:
 
modify bridge rms_patrons
 
modify bridge rms_patrons
 
set bridge to rms_patrons
 
set bridge to rms_patrons
'sqlprompt','stringbuf','syslogging','tcache','recital','terminal','title','tracewindow','querymode','softseek','XML','xmlformat','ADO','ed','vi','try','catch',finally','endtry','throw','spawn','cancelpid','sleep','show','properties','recordview','keys','first','separate','replay','locktype',optimistic','open','close','ctrl','pack','pckeys','pcfkeys','elseif','noexit','calendar','gateway',
 
 
</code>
 
</code>
  

Revision as of 17:02, 16 March 2009

MODIFY BRIDGE

Class

Terminal Developer Development Tools


Purpose

Full screen modification of a bridge definition file through a form


Syntax

MODIFY BRIDGE <brg filename> | (<expC>)


See Also

CREATE BRIDGE, SET BRIDGE, USE


Description

The MODIFY BRIDGE command is a full screen command used to modify an existing bridge definition <.brg filename>. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".brg" will be used.

NOTE: Bridge files can also be created and modified via an 'ini' file for use in other Recital products.

See the CREATE BRIDGE command for details.


Example

modify bridge rms_patrons
set bridge to rms_patrons


Products

Recital Terminal Developer