"Aravinda babu" <[EMAIL PROTECTED]>
wrote in message
news:[EMAIL PROTECTED]
> Thanks for the quick response.Suppose one record is there whose ID is
> 1 but
> i am doing sqlite3_step with ID 2 ?

I'm not sure what you mean with "sqlite3_step with ID". Are you talking 
about a statement like "select * from mytable where ID=2"?

It doesn't matter why the resultset is empty, be it because the table is 
empty or because none of the existing rows satisfy the condition. The 
handling is the same for all cases.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to