本文介绍了插入父表和子表而不循环(一次全部)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我正在使用C#和sql server



父表名== tblOrderMaster



儿童表名== tblOrdereEtails





我可以制作一个商店程序,在其各自的表中插入父和多个孩子



没有在前端使用循环,甚至在后端使用



如果是,那么如何?



提前感谢

i am working with C# and sql server

parent table name == tblOrderMaster

Child table name == tblOrdereEtails


can i make one store procedure to insert parent and multiple childs in thier respective tables

without using loop in front end and even in backend

if yes then how ?

thanks in advance

推荐答案


这篇关于插入父表和子表而不循环(一次全部)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 19:54