xsharp.eu • Where to find SQL defines like SQL_MODE_READ_WRITE?
Page 1 of 1

Where to find SQL defines like SQL_MODE_READ_WRITE?

Posted: Tue Nov 16, 2021 4:52 pm
by kitz
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

Code: Select all

DEFINE __CAVO_SQL_MODE_READ_WRITE := SQL_MODE_READ_WRITE
but not the original definition.
BR Kurt

Where to find SQL defines like SQL_MODE_READ_WRITE?

Posted: Tue Nov 16, 2021 4:58 pm
by Chris
Hi Kurt,

Those are defined in the VOWin32API library:

https://github.com/X-Sharp/XSharpPublic ... SQLExt.prg

.

Where to find SQL defines like SQL_MODE_READ_WRITE?

Posted: Tue Nov 16, 2021 5:13 pm
by kitz
Hi Chris,
many thanks,
found it myself this moment with the help of a VOXported program using these defines.
BR Kurt