manared
Well-known member
- Joined
- Jun 1, 2006
- Messages
- 84
- Programming Experience
- 1-3
That's great. That worked. Thank you very much for all your help.
Another quick question... If I am reading something from a database and am checking to see if there is a match, how do I write an if statement? Such as
if reader.read() then
'code
else
'code
end if
but, I do not want to use reader.read because it is not working right now. I know that there is a match because it brings up all the right variables, but it is saying that it is not reading it.
Another quick question... If I am reading something from a database and am checking to see if there is a match, how do I write an if statement? Such as
if reader.read() then
'code
else
'code
end if
but, I do not want to use reader.read because it is not working right now. I know that there is a match because it brings up all the right variables, but it is saying that it is not reading it.