I am interested to know from the statement string if the statement is
invalid, row producing (could produce rows) or non row producing. I know
sqlite3_prepare16_v2 can see if the statement is valid or not but how about
the other 2?
I can do this in code no problem, but it may not always be 100% reliable
for example there
could be a new pragma or maybe some new SQL keyword.

RBS

Reply via email to