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.
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
Problem found, I need put the option scroll in opne cursor.
openCURSOR_1 scroll
for...