In a C prog want to use C variable in WHERE clause
Hi all,
Sorry I'm being a bit stupid here but no matter what I try I can't seem to use a C variable in a where clause.
It naturally works if I have say where valid='1' but when I have a char zro='0' and use this in the where clause as in
where valid=zro it fails to work. Can someone please help me out?
Thsnks
|