SQLite Forum

multiple queries
Login
Time to take a look at sqlite3_complete.

Question: sqlite3_step appears <u>not</u> to use sqlite3_complete. It appears to parse using each discreet word in the SQL string incrementally until it either fails to parse or hits a semi-colon. Is this correct?