SQLite Forum

multiple queries
Login
The OP had claimed "<code>/*I can get this */</code>", which I elected to bypass because I suspect it is the same glutton for tedious work responsible for several other threads here lately.  Using sqlite3\_complete() would certainly work, albeit without the clarity one might like. Not glomming statements together from the outset would be clearer yet.  Or, if the OP in fact is creating the C#/SQLite-C adapter layer, it would be very simple for it to have an out integer parameter which returns the number of characters consumed. Given that the zSql content is utf-8, computing that may take a bit more than pointer differencing, but it would be at least clean.