Hi Olaf Doschke,
i've tried your code suggested but the error messages still occurs as "No value given for one or more required parameters"
here is my code
lnVar = 100
This.SelectCmd = "Select * From mytable WHERE _id = ?lnVar"
Yes you are right, the value not the number but still string...
Thanks to all for any helps,
Especially to Mike Lewis your code suggested is work (use Transform(lnVar) and the value still numeric)
Good Day [bigsmile]
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.