SQLite Forum

sqlite3_bind_parameter_count question
Login
> Is this intended behaviour?

Reread the docs for the prepare APIs. They only prepare single statements. Any statement after the first one is ignored.