On 1/13/09 6:53 PM, "Bob Sneidar" <[email protected]> wrote: > Ohhh, so let me see if I get it. I issue a series of update > statements, but the data is not actually in the database yet so > another user querying the database for those records would see what > the data "used to be" until I issue a a revdb_commit()? > > I can use that to my advantage I suppose.
Yes Bob, Although note this will not work with SqlLite. And if talk e.g. About mySQL this require InnodDB or other transactional engine. Transactions this is like multi-threading. often easy drive you crazy ... -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
