SQLite plugin, new ExecuteSQL() do not throw?

They’re still there, the new methods will now do both.

And you don’t need the bind statements any more.

All of the deprecated methods are still available for the time being as well.

Greg, let me clarify?

Prepare() and PreparedStatement are not deprecated, and will exists future, right?

New methods allow in most cases to have simpler syntax. Yes.

But if somebody want a loop with the same SQL query, he should prefer PreparedStatement of course, right?

I would do that yes.

Greg, which Xojo version introduced the new SQLite methods?

Ahh…
2019r2 - Sorry, I was too stupid to study the release notes, lol!!