I'm trying to write my own function that takes a set of SQL, parses into 
statements, executes and returns the results set(s).

Without examining the SQL itself, is it possible to determine whether an SQL 
statement returned no results because no rows matched the criteria or because 
the statement doesn't return rows?

Thanks,

Marc

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

Reply via email to