Difference between revisions of "DROP BRIDGE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Deletes a Recital bridge file | Deletes a Recital bridge file | ||
Line 15: | Line 8: | ||
==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 26: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | + | DROP BRIDGE cisamdemo.dbf | |
− | DROP BRIDGE cisamdemo.dbf | + | |
</code> | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:SQL]] | [[Category:SQL]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 17:41, 22 December 2009
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
DROP BRIDGE cisamdemo.dbf
Products
Recital Server, Recital