W
Wei Wang
I have two datatables, dtTable1 has an INDENTITY column, dtTable2 has a
integer column to have the value of table1 indentity column but it can be
null. so I can't create the relation between tables (unless there is some
kind of ignore null relation). Now when I add new row to dtTable1, then add
new row to dtTable2 with the same indentity value (of cause a temp value,
will change in dtTable1 when save to database) from dtTable1, is there any
way to cascade value to dtTable2 when I save data into database?
Please...
Wei
integer column to have the value of table1 indentity column but it can be
null. so I can't create the relation between tables (unless there is some
kind of ignore null relation). Now when I add new row to dtTable1, then add
new row to dtTable2 with the same indentity value (of cause a temp value,
will change in dtTable1 when save to database) from dtTable1, is there any
way to cascade value to dtTable2 when I save data into database?
Please...
Wei