EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
Expand all | Collapse all

EGL with SQLServer

  • 1.  EGL with SQLServer

    Posted Fri September 23, 2016 04:28 PM

    Hi All,

    Are there someone using EGL with SQLServer ?

    I tried using GET PREVIOUS CURSOR_1 and return error:

     

    EGL0508E GET failed because result set result_set was not opened with scroll

     

    SQLSERVER support it ?

     

    thanks

     

    Hsieh


  • 2.  Re: EGL with SQLServer

    Posted Fri September 23, 2016 04:39 PM

    Problem found, I need put the option scroll in opne cursor.

    openCURSOR_1 scroll

                        for...

     

    Hsieh