Difference between revisions of "SET SQLDIALECT"
Helengeorge (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 17: | Line 17: | ||
====;==== | ====;==== | ||
− | The semi-colon, ’;’, is used to terminate SQL statements when SQLDIALECT is set to | + | The semi-colon, ’;’, is used to terminate SQL statements when SQLDIALECT is set to MYSQL. It is used as a line continuation character when SQLDIALECT is set to VFP or RECITAL . |
− | + | ||
− | + | ||
− | + | ||
====.sql programs==== | ====.sql programs==== |
Latest revision as of 16:07, 5 July 2011
Purpose
Configure SQL statement syntax
Syntax
SET SQLDIALECT TO RECITAL | VFP | MYSQL
See Also
Description
Where Recital, MySQL and VFP differ in their SQL syntax, the SET SQLDIALECT command can be used to select the syntax to be used.
By default, SET SQLDIALECT is set to RECITAL. Since the SET SQLDIALECT setting affects program compilation, it should be set prior to compilation rather than in a program itself, for example in a config.db configuration file.
;
The semi-colon, ’;’, is used to terminate SQL statements when SQLDIALECT is set to MYSQL. It is used as a line continuation character when SQLDIALECT is set to VFP or RECITAL .
.sql programs
When a program with a ’.sql’ file extension is run, SQLDIALECT is automatically set to MYSQL and SET SQL is set ON.
Example
set sqldialect to vfp set sql to mysql set sql on
Products
Recital Server, Recital