when you store a variable in sql statement just do this.
strkey='121'
select * from tablename where key = '" & strkey & "'
that is for string in using numbers you do " & strkey & "
good luck...
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.