baancust
9th May 2008, 12:02
Dear All,
Kindly let me know if it is possible to update another table in the DAL of one table .for e.g in the DAL of Table A I want to update/insert some records in table B.
Regards,
Baancust
dharam.dv
10th May 2008, 08:12
Hello,
DAL is mostly used to for Perform operation to another Table. In Database we can have only 4 operation i.e. Insert, Update, Delete and Select. We can have track for 3 operation i.e. insert, Update and Delete. When our main table of DAL getting Update(also Insert and Delete) here we can perform same operations for another table.
Regards
Dharam
baancust
10th May 2008, 15:24
Hi,
ok.. but when i tried to update another table which is not a main table I got an error for maintable.I had done it in after.save.objet() of DAL script.
Regards,
Baancust.
cyprus
12th May 2008, 09:41
Could you attach the DAL script and the snapshot of the error ...
Or give the details of the error ...