Re: [sqlite] getting transactions working with prepare, step & finallise

2013-06-12 Thread e-mail mgbg25171
Simon Thanks very much for the direction On 12 June 2013 17:32, Simon Davies wrote: > On 12 June 2013 16:50, e-mail mgbg25171 > wrote: > > Tbank you in anticipation for any forthcoming advice > > I include my program below in

Re: [sqlite] getting transactions working with prepare, step & finallise

2013-06-12 Thread Simon Davies
On 12 June 2013 16:50, e-mail mgbg25171 wrote: > Tbank you in anticipation for any forthcoming advice > I include my program below in Powerbasic (not disimilar to C) > and wonder what I need to do in order to "wrap" > multiple statements (which use prepare,step &

[sqlite] getting transactions working with prepare, step & finallise

2013-06-12 Thread e-mail mgbg25171
Tbank you in anticipation for any forthcoming advice I include my program below in Powerbasic (not disimilar to C) and wonder what I need to do in order to "wrap" multiple statements (which use prepare,step & finalise) as transactions? #COMPILE EXE #DIM ALL #INCLUDE "sqlite3.inc" 'created 09 May