本文介绍了一次将数据保存到两个表中.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我有两个数据库表

表A
StudID(通过设置身份自动生成),姓名,联系人等.

表B
ID StudID地址城市...



我要存储StudentName联系人等,然后首先获取StudID并将数据与检索到的StudID地址一起保存到B中,成为一个事务.

Hello Friends,

I Have Two Database Tables

Table A
StudID(it is Autogenerated by Setting Identity), Name, Contact, etc.

Table B
ID StudID Address City...



I want to store StudentName contact etc First then get the StudID and Save Data into B with retrived StudID Address into one Transaction.

推荐答案




这篇关于一次将数据保存到两个表中.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-18 08:17