文件名称:SqlHelper100604
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:164.13kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
SqlHelper源码及使用实例
SqlHelper是非常方便的数据库操作函数,功能强大,使用起来非常简单,免去很多复杂的数据库操作的代码,在多层应用及面向对象开发中都有很多应用
SqlHelper源码带有详细的说明,示例中有51aspx原始的示例Sql语句
主要包括以下操作:
简单SQL语句(ExcuteSql)
带参数的简单SQL语句(ExcuteSQLParm)
简单存储过程 (ExcuteProc)
带参数的存储过程(ExcuteProcParm)
只返回一个字段 (ExcuteScalar)
返回数据集(ExcuteReader)
数据库中有示例数据及存储过程updateTable\updateTableByParm,大家可以自行修改测试,转载请保留51aspx作者信息,谢谢!
1.修改ExcuteSQLParm,加入传多个参数的例子
2.对执行SQL加入了错误捕获,当执行出错时,显示SQL语句,方便调试
VS2005+SQL2005 -SqlHelper source and use cases
SqlHelper is very convenient database operations functions, powerful, easy to use, remove a number of complex database operations of the code, in multi-tier application and have a lot of object-oriented application development
SqlHelper source with a detailed descr iption of the sample in the original sample Sql statement 51aspx
Include the following:
Simple SQL statement (ExcuteSql)
Simple SQL statement with parameter (ExcuteSQLParm)
Simple stored procedure (ExcuteProc)
Stored procedure with parameters (ExcuteProcParm)
Returns only one field (ExcuteScalar)
Return data set (ExcuteReader)
Database with sample data and stored procedures updateTable \ updateTableByParm, we can modify test, reproduced Keep 51aspx of information, thank you!
1. Modify ExcuteSQLParm, adding examples of pass multiple parameters
2. On the implementation of the SQL error trapping added that when implementation of the error, the display SQL stateme
SqlHelper是非常方便的数据库操作函数,功能强大,使用起来非常简单,免去很多复杂的数据库操作的代码,在多层应用及面向对象开发中都有很多应用
SqlHelper源码带有详细的说明,示例中有51aspx原始的示例Sql语句
主要包括以下操作:
简单SQL语句(ExcuteSql)
带参数的简单SQL语句(ExcuteSQLParm)
简单存储过程 (ExcuteProc)
带参数的存储过程(ExcuteProcParm)
只返回一个字段 (ExcuteScalar)
返回数据集(ExcuteReader)
数据库中有示例数据及存储过程updateTable\updateTableByParm,大家可以自行修改测试,转载请保留51aspx作者信息,谢谢!
1.修改ExcuteSQLParm,加入传多个参数的例子
2.对执行SQL加入了错误捕获,当执行出错时,显示SQL语句,方便调试
VS2005+SQL2005 -SqlHelper source and use cases
SqlHelper is very convenient database operations functions, powerful, easy to use, remove a number of complex database operations of the code, in multi-tier application and have a lot of object-oriented application development
SqlHelper source with a detailed descr iption of the sample in the original sample Sql statement 51aspx
Include the following:
Simple SQL statement (ExcuteSql)
Simple SQL statement with parameter (ExcuteSQLParm)
Simple stored procedure (ExcuteProc)
Stored procedure with parameters (ExcuteProcParm)
Returns only one field (ExcuteScalar)
Return data set (ExcuteReader)
Database with sample data and stored procedures updateTable \ updateTableByParm, we can modify test, reproduced Keep 51aspx of information, thank you!
1. Modify ExcuteSQLParm, adding examples of pass multiple parameters
2. On the implementation of the SQL error trapping added that when implementation of the error, the display SQL stateme
(系统自动生成,下载前可以参看下载内容)
下载文件列表
App_Code/SqlHelper.cs
App_Data/Sql_51aspx_DataDataSet.Designer.cs
App_Data/Sql_51aspx_DataDataSet.xsc
App_Data/Sql_51aspx_DataDataSet.xsd
App_Data/Sql_51aspx_DataDataSet.xss
App_Data/test51aspx.mdf
App_Data/test51aspx_log.ldf
bin/Debug/SQLHelper.exe.config
bin/Debug/SQLHelper.vshost.exe
bin/Debug/SQLHelper.vshost.exe.config
obj/SQLHelper.csproj.FileListAbsolute.txt
Properties/Settings.Designer.cs
Properties/Settings.settings
51aspx源码必读.txt
app.config
Default.aspx
Default.aspx.cs
ExcuteProc.aspx
ExcuteProc.aspx.cs
ExcuteProcParm.aspx
ExcuteProcParm.aspx.cs
ExcuteReader.aspx
ExcuteReader.aspx.cs
ExcuteScalar.aspx
ExcuteScalar.aspx.cs
ExcuteSQL.aspx
ExcuteSQL.aspx.cs
ExcuteSQLParm.aspx
ExcuteSQLParm.aspx.cs
from.gif
Settings.cs
SQLHelper.csproj
SQLHelper.csproj.user
SQLHelper.sln
SQLHelper.suo
Web.Config
最新Asp.Net源码下载.url
obj/Debug/TempPE
bin/Debug
obj/Debug
App_Code
App_Data
bin
obj
Properties
App_Data/Sql_51aspx_DataDataSet.Designer.cs
App_Data/Sql_51aspx_DataDataSet.xsc
App_Data/Sql_51aspx_DataDataSet.xsd
App_Data/Sql_51aspx_DataDataSet.xss
App_Data/test51aspx.mdf
App_Data/test51aspx_log.ldf
bin/Debug/SQLHelper.exe.config
bin/Debug/SQLHelper.vshost.exe
bin/Debug/SQLHelper.vshost.exe.config
obj/SQLHelper.csproj.FileListAbsolute.txt
Properties/Settings.Designer.cs
Properties/Settings.settings
51aspx源码必读.txt
app.config
Default.aspx
Default.aspx.cs
ExcuteProc.aspx
ExcuteProc.aspx.cs
ExcuteProcParm.aspx
ExcuteProcParm.aspx.cs
ExcuteReader.aspx
ExcuteReader.aspx.cs
ExcuteScalar.aspx
ExcuteScalar.aspx.cs
ExcuteSQL.aspx
ExcuteSQL.aspx.cs
ExcuteSQLParm.aspx
ExcuteSQLParm.aspx.cs
from.gif
Settings.cs
SQLHelper.csproj
SQLHelper.csproj.user
SQLHelper.sln
SQLHelper.suo
Web.Config
最新Asp.Net源码下载.url
obj/Debug/TempPE
bin/Debug
obj/Debug
App_Code
App_Data
bin
obj
Properties
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.