On 5/8/15, Scott Doctor <scott at scottdoctor.com> wrote: > > Can I prepare multiple statements then implement them in > arbitrary order (based on some logic)? > > Or do the statements need to be prepared, stepped, finalized > serially? >
They can be run in any arbitrary order. That is the usual case, actually. -- D. Richard Hipp drh at sqlite.org