Welcome![Sign In][Sign Up]
Location:
Search - conn mysql p

Search list

[MySQLconn

Description: PHP链接数据库的源代码,直接可以使用,对初学PHP者作为借鉴。-PHP source code links to the database directly you can use PHP to use as reference for beginners.
Platform: | Size: 1024 | Author: xjnno1 | Hits:

[.netJd_sql

Description: 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
Platform: | Size: 640000 | Author: 安然 | Hits:

CodeBus www.codebus.net