DM_SQLIO_SQLTYPE Keyword
DM_SQLIO_SQLTYPE={sqllanguagenumber}
This keyword defines the type of SQL syntax to be used. If this keyword is not specified, the {sqllanguagenumber] defaults to a value of one. This keyword is required to ensure proper execution of SQL statements to perform the PLB IO instructions relative to a specific SQL database engine type.
|
sqllanguagenumber |
Language Descriptions |
|
1 |
SQLite language type |
|
2 |
SQL Server language type |
|
3 |
MYSQL language type |
Example:
DM_SQLIO_SQLTYPE=2
See Also: SUNDM Keywords, SUNADMIN, MAKEMFD
![]() |