I'd like to insert into a table, without *ever* setting a single lock. I want to insert into the table and I want other processes to be able to read the data before I commit.
I also want to make sure that when I select from that same table in other clients that I don't set any locks either, in fact it would be cool if I could avoid checking for locks on the rows. -- Regards Flemming Frandsen aka. Dion/Swamp http://dion.swamp.dk _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
