DROP BRIDGE

From Recital Documentation Wiki
Revision as of 16:22, 19 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DROP BRIDGE

Class

SQL Applications


Purpose

Deletes a Recital bridge file


Syntax

DROP BRIDGE <bridge>


See Also

ADD TABLE, ALTER INDEX, ALTER TABLE, CREATE BRIDGE, CREATE TABLE, DROP TABLE


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