Difference between revisions of "SET"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ''No longer required in Recital 10'' | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Purpose== | ==Purpose== | ||
Line 15: | Line 10: | ||
==See Also== | ==See Also== | ||
− | [[EXEC]], [[SET | + | [[EXEC SQL]], [[SET DELETED]], [[SET EXCLUSIVE]] |
Line 30: | Line 25: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:SQL]] | [[Category:SQL]] |
Latest revision as of 15:55, 5 July 2011
No longer required in Recital 10
Purpose
Used to issue a SET COMMAND
Syntax
SET <SET COMMAND>
See Also
EXEC SQL, SET DELETED, SET EXCLUSIVE
Description
Any Recital/4GL SET COMMAND can be issued in an SQL application by prefixing it with the EXEC SQL statement prefix.
Example
exec sql set exclusive on
Products
Recital, Recital Server