0
点赞
收藏
分享

微信扫一扫

自动产生SQL SERVER存储过程


自动产生SQL SERVER存储过程 <script language="javascript" type="text/javascript"> document.title="自动产生SQL SERVER存储过程 - "+document.title </script>


在.NET开发中,自动产生SQL SERVER存储过程:



如对表操作的ADD / DELETE / UPDATE /GetSingleRow

我推荐的方法:

ADVANCED T-SQL:Automate the Generation of Stored Procedures for Your Database
http://msdn.microsoft.com/msdnmag/issues/03/04/StoredProcedures/default.aspx

SPGen - Stored Procedure Generator
http://www.codeproject.com/cs/database/spgen.asp

存储过程的自动调用:

http://www.codeproject.com/dotnet/spinvoke.asphttp://codeproject.com/useritems/SPGenerator.asphttp://www.codeproject.com/cs/database/dbhelper.asp

自动生成数据层:

Suggested Data Layer Generators   
http://asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=35928

自动生成数据层的相关工具:

LLBLGen Pro, THE n-tier generator and O/R mapper
http://www.llblgen.comhttp://www.gavinjoyce.comhttp://www.sharppower.comhttp://www.alachisoft.comhttp://www.dnzone.com/showDetail.asp?TypeId=23&NewsId=545

SQL Stored Procedure Wrapper & Typed DataSet Generator for .NET
http://www.thecodeproject.com/cs/database/dbhelper.asp

Auto-Generating Wrapper Classes for Stored Procedures, Part 2: The Internals of the AutoSproc Tool
http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autointe2.asp#autointe2_topic2http://msdn.microsoft.com/data/default.aspx?pull=/library/en-us/dndotnet/html/autousa2.asp

http://www.dotnetutilities.comhttp://www.sharppower.com

http://www.yellow-bridge.comhttp://weblogs.asp.net/fbouma/archive/2003/11/18/38178.aspx

Related Keywords : Stored Procedure Proxy Generator,dotNET NET Framework Stored Procedure Proxy Generator SQL Server Database C# Visual Basic Wrapper Assembly Reflection Emit,

http://dotnetjunkies.com/WebLog/seichert/archive/2003/12/17/4594.aspx

举报

相关推荐

0 条评论