c#asp.net数据库nysql问题,问题1:我怎么把一个数据库中的表a中的几条数据一次储存到表b
c#asp.net数据库nysql问题,问题1:我怎么把一个数据库中的表a中的几条数据一次储存到表b中去呢,代码如何实现!问题2:把视图datagridview中的几条信...
c#asp.net数据库nysql问题,问题1:我怎么把一个数据库中的表a中的几条数据一次储存到表b中去呢,代码如何实现!问题2:把视图datagridview中的几条信息一次插入数据库中!请问怎么实现求详细代码!谢谢
展开
2个回答
展开全部
1. can you make a stored procedure to read from a table insert into b table?
2. also make a stored procedure to insert a record into a database
in your C# code, what you need to do is connect to database, call that sp, of course, you need to assign the values of input paramenters of your a stored procedure
2. also make a stored procedure to insert a record into a database
in your C# code, what you need to do is connect to database, call that sp, of course, you need to assign the values of input paramenters of your a stored procedure
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询