Is it possible to use parameters in sqlite queries that I want to use
in Gears?
Something like:
"SELECT main_detail_id,staff_notes FROM main_detail WHERE
main_detail_id=$this_main_detail_id AND (staff_notes!='')"

Is not returning a resultset even though I know there are rows.

Does Gears use sqlite 3? i think it does but not sure. I have read
that you can't use parameters like the above until v3. What is the way
round this?

meerkat

Reply via email to