Where to find SQL defines like SQL_MODE_READ_WRITE?
Posted: Tue Nov 16, 2021 4:52 pm
Hello!
Where are these SQL_xxx defines located or what do I have to reference and write after USING to get these defines?
In the source of SQL_Classes_SDK I only see
but not the original definition.
BR Kurt
Where are these SQL_xxx defines located or what do I have to reference and write after USING to get these defines?
In the source of SQL_Classes_SDK I only see
Code: Select all
DEFINE __CAVO_SQL_MODE_READ_WRITE := SQL_MODE_READ_WRITE
BR Kurt