On Jun 20, 2005, at 7:42 AM, Jay Sprenkle wrote:

for i:=1 to 10000000 do
begin tran
insert or on conflict fail into testtable(val) values(StringN);
commit
end for



Shouldn't the transaction wrap the loop?

Reply via email to