Difference between revisions of "MODIFY GATEWAY"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=MODIFY GATEWAY=
 
 
 
==Class==
 
Data Connectivity
 
 
 
 
==Purpose==
 
==Purpose==
 
Full screen modification of a gateway definition file through a form
 
Full screen modification of a gateway definition file through a form
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[CREATE GATEWAY]], [[SET GATEWAY]], [[GATEWAY()]]
+
[[CREATE GATEWAY]], [[GATEWAY()]], [[SET GATEWAY]]
  
  
Line 31: Line 24:
  
 
==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:47, 22 June 2010

Purpose

Full screen modification of a gateway definition file through a form


Syntax

MODIFY GATEWAY <.gtw filename> | (<expC>)


See Also

CREATE GATEWAY, GATEWAY(), SET GATEWAY


Description

The MODIFY GATEWAY command is a full screen command used to modify an existing gateway definition <.gtw 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 ".gtw" will be used. See the CREATE GATEWAY command for details.


Example

modify gateway ora_employees
use ora_employees.gtw


Products

Recital