Difference between revisions of "MODIFY BRIDGE"

From Recital Documentation Wiki
Jump to: navigation, search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=MODIFY BRIDGE=
 
 
 
==Class==
 
Terminal Developer Development Tools
 
 
 
 
==Purpose==
 
==Purpose==
 
Full screen modification of a bridge definition file through a form
 
Full screen modification of a bridge definition file through a form
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[CREATE BRIDGE]], [[SET BRIDGE]], [[USE]]
+
[[C-ISAM Data Files]], [[CREATE]], [[CREATE BRIDGE]], [[CREATE TABLE]], [[CREATE VIEW]], [[DO]], [[RMS Data Files]], [[SET VIEW]], [[SQL CREATE BRIDGE]], [[USE]]
  
  
Line 29: Line 22:
 
<code lang="recital">
 
<code lang="recital">
 
modify bridge rms_patrons
 
modify bridge rms_patrons
set bridge to rms_patrons
 
 
</code>
 
</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Terminal Development Tools]]
 +
[[Category:Terminal Development Tools Commands]]
 +
[[Category:Remote Data Connectivity]]
 +
[[Category:Remote Data Connectivity Commands]]

Latest revision as of 11:45, 22 June 2010

Purpose

Full screen modification of a bridge definition file through a form


Syntax

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


See Also

C-ISAM Data Files, CREATE, CREATE BRIDGE, CREATE TABLE, CREATE VIEW, DO, RMS Data Files, SET VIEW, SQL CREATE 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


Products

Recital