Hello,
I need to use a cursor adapter in data environment and i try to get data with my below command and it's not works
lnVar = 100
This.SelectCmd = "Select * From mytable WHERE _id = lnVar
This.CursorFill()
i've try to use
lnVar = 100
This.SelectCmd = "Select * From mytable WHERE _id =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.