This topic is locked

Copy also related table data

4/3/2018 11:59:34 AM
ASPRunner.NET General questions
C
ccvvccc author

Did anyone solve this issue in asprunner.net?
I have a master and a child table. They have relation.
I would like to copy child records also when I copy master record.
How can I do that?
Thanks.

admin 4/3/2018

We do not have such functionality available in ASPRunner.NET.

jadachDevClub member 4/10/2018

You will probably need to this on the database side with either triggers or stored procedures. You can execute stored procedure via events from the app side.