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 = '&lnVar'
and
This.SelectCmd = "Select * From mytable WHERE _id = <<lnVar>>
but i've got the same errors, does anyone can help whats the command should i use ??
thanks n regards
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 = '&lnVar'
and
This.SelectCmd = "Select * From mytable WHERE _id = <<lnVar>>
but i've got the same errors, does anyone can help whats the command should i use ??
thanks n regards