摘要: 帮同学搞个课程设计winform连接sqlserver2005具体方法:.添加App.config文件2.在App.config文件中添加节点<?xml version="1.0" encoding="utf-8" ?><configuration><appSettings> <add key="connString" value="Data Source=LIBL;Initial Catalog=MyTest;User ID=sa;Password=sa">< 阅读全文
posted @ 2011-12-20 17:48 无头咸鱼 阅读(5236) 评论(0) 推荐(0) 编辑