RE: CFTransaction and looping through multiple inserts

2003-02-18 Thread Thane Sherrington
At 02:52 PM 2/18/03 +, Andre Mohamed wrote: >Thane, > >No need to have a separate "CommitWrite" variable. Just do this: > > > > > ...DB Inserts here... > > > > > > > > >Provided you want all inserts to be performed or none at all...otherwise >you need to adjus

RE: CFTransaction and looping through multiple inserts

2003-02-18 Thread Andre Mohamed
but...this was not what the original question was so I'll shut up now! André -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 18 February 2003 16:00 To: CF-Talk Subject: RE: CFTransaction and looping through multiple inserts > No need to have a separate &quo

RE: CFTransaction and looping through multiple inserts

2003-02-18 Thread Dave Watts
> No need to have a separate "CommitWrite" variable. Just do > this: > > > > > ...DB Inserts here... > > > > > > > > > Provided you want all inserts to be performed or none at > all...otherwise you need to adjust where the loop is etc. There's no need to have

RE: CFTransaction and looping through multiple inserts

2003-02-18 Thread Andre Mohamed
Thane, No need to have a separate "CommitWrite" variable. Just do this: ...DB Inserts here... Provided you want all inserts to be performed or none at all...otherwise you need to adjust where the loop is etc. André -Original Message- From: Than