Difference between revisions of "BRIDGE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return type of Replaceable Database Driver (RDD) in the active workarea | Function to return type of Replaceable Database Driver (RDD) in the active workarea | ||
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Remote Data Connectivity]] | ||
+ | [[Category:Remote Data Connectivity Functions]] |
Latest revision as of 11:44, 22 June 2010
Purpose
Function to return type of Replaceable Database Driver (RDD) in the active workarea
Syntax
BRIDGE()
See Also
ALIAS(), CREATE BRIDGE, MODIFY BRIDGE, SET RELATION, SET VIEW, USE
Description
The BRIDGE() function returns the type of RDD in the active workarea. The BRIDGE() function returns a RDD type in a character string. If the active workarea contains a native Recital table or is empty, BRIDGE() returns "".
Example
?bridge() XBASE
Products
Recital Server, Recital