使用StoreProcedure在GridView中进行CRUD

使用StoreProcedure在GridView中进行CRUD

本文介绍了使用StoreProcedure在GridView中进行CRUD操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,





1.我需要查询才能加入2个数据库

例如:第一个数据库包含dbo。 employee表和第二个数据库包含dbo.attendance表

i希望将这些连接到表并将其存储在数据库中的1个storeprocedure中

2.我想要使用相同的storeprocedure执行crud操作

Hi All,


1.I need a query to join 2 databases
eg: 1st database contain dbo. employee table and second database contains dbo.attendance table
i would like to join these to tables and store it in a storeprocedure in 1 of the database
2.I would like to perform crud operation with the same storeprocedure

推荐答案


这篇关于使用StoreProcedure在GridView中进行CRUD操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 15:34