Difference between revisions of "SET"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
Line 23: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:SQL]] | [[Category:SQL]] |
Revision as of 17:08, 8 December 2009
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