I think you're using mySQL Bob? If so, be aware that BEGIN and END are also the means by which you lock the database. Doesn't matter too much with sqlite because it's basically a single user db but with multi user dbs like mySQL (actually just about any db other than sqlite), locking is a whole other story!
Pete lcSQL Software <http://www.lcsql.com> On Thu, Apr 26, 2012 at 2:58 PM, Bob Sneidar <b...@twft.com> wrote: > Yes, transactions... good! I need to incorporate them into my app when I > am ready to go into production (as if I will ever get to that point!). > > Bob > > > On Apr 26, 2012, at 2:38 PM, Terry Judd wrote: > > > Wow, thanks Pete - I'll definitely give this method a try. > > > > Terry.. > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode