ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

SQL API Constants

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQL API Constants

    I want to use the SQLSetEnvAttr API in my RPG program. Where do I find the value for the attribute SQL_ATTR_SERVER_MODE.

    Thanks

  • #2
    I guess the IBM source would be the C code in QSYSINC/H, SQLCLI. You'd look at that and adapt it to whatever language you're writing in.

    Since you mention RPG, you might be interested in the definitions that I use. You'll find them here:

    Comment


    • #3
      Thank you. Just what I was looking for.

      Comment

      Working...
      X