
SQL数据库操作
文章平均质量分 80
幻影cc
沉着冷静,热爱编程,
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#从XML文件读取连接数据库语句
新建一个XML文件,文件内容: 1 192.168.1.13 hrpaobu sa 里面有要连接是数据库的IP,数据库的名称,登录用户和密码; C#程序里面的程序语句:using System;using System.Collections.Generic;using原创 2011-07-27 16:05:28 · 2702 阅读 · 0 评论 -
读取.ini文件里面的连接数据库的代码、读取App.config文件的代码
.ini文件里面的代码: [sql] server= 192.168.1.13 uname=sa pwd= database=MengYe [access] database = weight.mdb pwd= [InStorage] filepath = InStorage.xml 程序里面的代码: [DllImport("kernel32")]转载 2011-10-27 09:28:08 · 734 阅读 · 0 评论 -
MySQL分页存储过程
-- -------------------------------------------------------------------------------- -- Routine DDL -- Note: comments before and after the routine body will not be stored by the server -- ----------原创 2015-04-30 16:40:35 · 649 阅读 · 0 评论