上一页 1 ··· 48 49 50 51 52
摘要: C#连接4种类型数据库(Access、SQL Server、Oracle、MySQL)1、C#连接连接Accessusing System.Data; using System.Data.OleDb; string strConnection="Provider=Microsoft.Jet.OleDb.4.0;"; strConnection +=@"Data Source=C:/BegASPNET/Northwind.mdb"; OleDbConnection objConnection=new OleDbConnection(strConnectio 阅读全文
posted @ 2009-08-04 08:13 Springside4 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 摘 要:如何安装SQL Server 2005 Express、SQL Server Management Studio Express,以及配置SQL Server 2005 Express的身份验证方式,启用sa登录名。正 文:默认情况下,SQL Server 2005 Express Edition、Evaluation Edition 和 Developer Edition 只允许本地客户端连接(当然包括默认安装的VS2008、VS2005、Express Web、VWD2005、VWD2008所附带的SQL Server 2005 Express)。Enterprise Editio 阅读全文
posted @ 2009-08-03 08:11 Springside4 阅读(136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52