- FileCrypterPro File crypter delphi source code
- Nature Language Process 哈尔滨工业大学的自然语言处理讲义
- jacobi- 应用matlab进行雅可比迭代法解方程AX=B.m的M文件
- xiaobofenjiehechougou 小波分解和重构 小波分解和重构
- tse.031114-1404.Linux.tar 北大天网搜索引擎(Linux TSE source code! Security of your very)(tiny search engine(Linux TSE source code! Security of your very))
- 204 调试代码2004 LCD 模组的调试 字符代码调试(Debugg reflection 2004)
文件名称:Jd_sql
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:624.8kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
C# SQL高效操作类源码
技术特点:
使用极其灵活可以非常方便快捷的操作数据库,是的sql2005操作起来方便程度超过Mysql,
最适合制作企业网站,开发效率极高,操作非常简单。
使用例子:
Object[] str = { biaoti.Text,
neirong.Text,
DateTime.Now
}
Conn.Add("news", "biaoti,neirong,date", str)
修改:
int id = System.Convert.ToInt32(myid.Text)
Object[] str = { Request["biaoti"],
Request["neirong"],
DateTime.Now
}
Conn.Edit("news", "biaoti,neirong,date", str, " id=" id)
删除例子:
int id = System.Convert.ToInt32(Request.QueryString["id"])
Conn.Delete("news", " id=" id) //注意这里 不用加 where
Response.Redirect("Default.aspx")
列表例子:
//输出分页 接收分页数
p = System.Convert.ToInt32(Request.QueryString["p"])
..................
功能描述:增、删、改、查、类表分页,sql2005转Mysql操作习惯。
注意事项:最适合企业网站、论坛等网站使用。-C# SQL efficient operation class source
Features:
Extremely flexible and can be very easy to use and efficient operation of the database is up and ease of operation of sql2005 over Mysql,
Most suitable for making corporate Web site, developed highly efficient operation is very simple.
Use examples:
Object [] str = {biaoti.Text,
neirong.Text,
DateTime.Now
}
Conn.Add ("news", "biaoti, neirong, date", str)
Review:
int id = System.Convert.ToInt32 (myid.Text)
Object [] str = {Request ["biaoti"],
Request ["neirong"],
DateTime.Now
}
Conn.Edit ("news", "biaoti, neirong, date", str, "id =" id)
Delete example:
int id = System.Convert.ToInt32 (Request.QueryString ["id"])
Conn.Delete ("news", "id =" id) // Note that where no increase
Response.Redirect ("Default.aspx")
List of examples:
// Output paging receiver sub-pa
技术特点:
使用极其灵活可以非常方便快捷的操作数据库,是的sql2005操作起来方便程度超过Mysql,
最适合制作企业网站,开发效率极高,操作非常简单。
使用例子:
Object[] str = { biaoti.Text,
neirong.Text,
DateTime.Now
}
Conn.Add("news", "biaoti,neirong,date", str)
修改:
int id = System.Convert.ToInt32(myid.Text)
Object[] str = { Request["biaoti"],
Request["neirong"],
DateTime.Now
}
Conn.Edit("news", "biaoti,neirong,date", str, " id=" id)
删除例子:
int id = System.Convert.ToInt32(Request.QueryString["id"])
Conn.Delete("news", " id=" id) //注意这里 不用加 where
Response.Redirect("Default.aspx")
列表例子:
//输出分页 接收分页数
p = System.Convert.ToInt32(Request.QueryString["p"])
..................
功能描述:增、删、改、查、类表分页,sql2005转Mysql操作习惯。
注意事项:最适合企业网站、论坛等网站使用。-C# SQL efficient operation class source
Features:
Extremely flexible and can be very easy to use and efficient operation of the database is up and ease of operation of sql2005 over Mysql,
Most suitable for making corporate Web site, developed highly efficient operation is very simple.
Use examples:
Object [] str = {biaoti.Text,
neirong.Text,
DateTime.Now
}
Conn.Add ("news", "biaoti, neirong, date", str)
Review:
int id = System.Convert.ToInt32 (myid.Text)
Object [] str = {Request ["biaoti"],
Request ["neirong"],
DateTime.Now
}
Conn.Edit ("news", "biaoti, neirong, date", str, "id =" id)
Delete example:
int id = System.Convert.ToInt32 (Request.QueryString ["id"])
Conn.Delete ("news", "id =" id) // Note that where no increase
Response.Redirect ("Default.aspx")
List of examples:
// Output paging receiver sub-pa
相关搜索: mvc3
(系统自动生成,下载前可以参看下载内容)
下载文件列表
52judian.com_log.ldf
Jd_sql.sln
Jd_sql.suo
Jd_sql/add.aspx
Jd_sql/add.aspx.cs
Jd_sql/add.aspx.designer.cs
Jd_sql/bin/Jd_Conn.dll
Jd_sql/bin/Jd_Conn.pdb
Jd_sql/bin/Jd_sql.dll
Jd_sql/bin/Jd_sql.pdb
Jd_sql/Default.aspx
Jd_sql/Default.aspx.cs
Jd_sql/Default.aspx.designer.cs
Jd_sql/delete.aspx
Jd_sql/delete.aspx.cs
Jd_sql/delete.aspx.designer.cs
Jd_sql/edit.aspx
Jd_sql/edit.aspx.cs
Jd_sql/edit.aspx.designer.cs
Jd_sql/Jd_sql.csproj
Jd_sql/Jd_sql.csproj.user
Jd_sql/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Jd_sql/obj/Debug/Jd_sql.csproj.FileListAbsolute.txt
Jd_sql/obj/Debug/Jd_sql.dll
Jd_sql/obj/Debug/Jd_sql.pdb
Jd_sql/obj/Debug/ResolveAssemblyReference.cache
Jd_sql/Properties/AssemblyInfo.cs
Jd_sql/Scripts/jquery-1.4.1-vsdoc.js
Jd_sql/Scripts/jquery-1.4.1.js
Jd_sql/Scripts/jquery-1.4.1.min.js
Jd_sql/Web.config
Jd_sql/Web.Debug.config
Jd_sql/Web.Release.config
Jd_sql/write.aspx
Jd_sql/write.aspx.cs
Jd_sql/write.aspx.designer.cs
52judian.com.mdf
Jd_sql/obj/Debug/TempPE
Jd_sql/obj/Debug
Jd_sql/App_Data
Jd_sql/bin
Jd_sql/obj
Jd_sql/Properties
Jd_sql/Scripts
Jd_sql
Jd_sql.sln
Jd_sql.suo
Jd_sql/add.aspx
Jd_sql/add.aspx.cs
Jd_sql/add.aspx.designer.cs
Jd_sql/bin/Jd_Conn.dll
Jd_sql/bin/Jd_Conn.pdb
Jd_sql/bin/Jd_sql.dll
Jd_sql/bin/Jd_sql.pdb
Jd_sql/Default.aspx
Jd_sql/Default.aspx.cs
Jd_sql/Default.aspx.designer.cs
Jd_sql/delete.aspx
Jd_sql/delete.aspx.cs
Jd_sql/delete.aspx.designer.cs
Jd_sql/edit.aspx
Jd_sql/edit.aspx.cs
Jd_sql/edit.aspx.designer.cs
Jd_sql/Jd_sql.csproj
Jd_sql/Jd_sql.csproj.user
Jd_sql/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Jd_sql/obj/Debug/Jd_sql.csproj.FileListAbsolute.txt
Jd_sql/obj/Debug/Jd_sql.dll
Jd_sql/obj/Debug/Jd_sql.pdb
Jd_sql/obj/Debug/ResolveAssemblyReference.cache
Jd_sql/Properties/AssemblyInfo.cs
Jd_sql/Scripts/jquery-1.4.1-vsdoc.js
Jd_sql/Scripts/jquery-1.4.1.js
Jd_sql/Scripts/jquery-1.4.1.min.js
Jd_sql/Web.config
Jd_sql/Web.Debug.config
Jd_sql/Web.Release.config
Jd_sql/write.aspx
Jd_sql/write.aspx.cs
Jd_sql/write.aspx.designer.cs
52judian.com.mdf
Jd_sql/obj/Debug/TempPE
Jd_sql/obj/Debug
Jd_sql/App_Data
Jd_sql/bin
Jd_sql/obj
Jd_sql/Properties
Jd_sql/Scripts
Jd_sql
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.