chenna.deepa
10th June 2008, 12:56
Hi all,


how can we make dal.new() work as db.insert()...
wats the procedure for it..


please tell me soultion for this

thanks
deepa

cbotadra
10th June 2008, 14:48
You mean to say you dont want the DAL sections like before.save.object and all to be executed in case of dal.new()?
Can you be a little more specific as to what you wana do?

chenna.deepa
11th June 2008, 07:28
hi,


we know that if we use dal.new() it will check all the integrity checks before it inserts the record...where as db.insert() will not do any checks before it insert.
i want to use dal.new() in such way that it should act as db.insert() function...i.e without performing any checks..this is possible.but how to do it..


can anyone help me

thanks in advance
deepa.

umadevi
11th June 2008, 11:54
Hi Every one,

How the dal.new() acts exactly as db.insert() i.e without performing any checks...

please anyone help in this regard
urgent

thanks in advance
deepa.

vik.patil
16th June 2008, 11:36
hi,
Send forth variable of dal.new() function as "false" i.e "prop_check". Then property checks are not executed.