Where to find SQL defines like SQL_MODE_READ_WRITE?

This forum is meant for questions and discussions about the X# language and tools
Post Reply
kitz
Posts: 87
Joined: Wed Nov 29, 2017 8:56 am

Where to find SQL defines like SQL_MODE_READ_WRITE?

Post 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
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Where to find SQL defines like SQL_MODE_READ_WRITE?

Post by Chris »

Hi Kurt,

Those are defined in the VOWin32API library:

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

.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
kitz
Posts: 87
Joined: Wed Nov 29, 2017 8:56 am

Where to find SQL defines like SQL_MODE_READ_WRITE?

Post by kitz »

Hi Chris,
many thanks,
found it myself this moment with the help of a VOXported program using these defines.
BR Kurt
Post Reply