Difference between revisions of "DROP BRIDGE"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=DROP BRIDGE=
 
 
 
 
==Class==
 
==Class==
 
SQL Applications
 
SQL Applications
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[ADD TABLE]], [[ALTER INDEX]], [[ALTER TABLE]], [[CREATE BRIDGE]], [[CREATE TABLE]], [[DROP TABLE]]
+
[[ADD TABLE]], [[ALTER INDEX]], [[ALTER TABLE]], [[C-ISAM Data Files]], [[CREATE BRIDGE]], [[CREATE TABLE]], [[CREATE VIEW]], [[DO]], [[DROP TABLE]], [[RMS Data Files]], [[SET VIEW]]
  
  
Line 33: Line 30:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
exec sql
+
EXEC SQL
DROP BRIDGE cisamdemo.dbf;
+
    DROP BRIDGE cisamdemo.dbf;
 
</code>
 
</code>
  

Revision as of 10:09, 29 April 2009

Class

SQL Applications


Purpose

Deletes a Recital bridge file


Syntax

DROP BRIDGE <bridge>


See Also

ADD TABLE, ALTER INDEX, ALTER TABLE, C-ISAM Data Files, CREATE BRIDGE, CREATE TABLE, CREATE VIEW, DO, DROP TABLE, RMS Data Files, SET VIEW


Description

The DROP BRIDGE command is used to delete a bridge file. Recital bridge files are used in connections to external C-ISAM or RMS files.


Keywords Description
bridge This is the name of the bridge file being deleted. If no file extension is specified, '.brg' will be used.


Example

EXEC SQL
    DROP BRIDGE cisamdemo.dbf;


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer