prop_sqldriver.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Runtime VIEW and FILE Properties >====== PROP:SQLDriver ====== | |
A property of a FILE that returns '1' if the file driver accepts SQL, otherwise it returns an empty string (''). (READ ONLY)
Example:
Customer FILE,DRIVER('Clarion'),PRE(CUS)
Record RECORD
Name STRING(20)
. .
SQLFlag BYTE
CODE
IF Customer{PROP:SQLDriver} THEN SQLFlag = TRUE.
prop_sqldriver.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1