原子一号

The number one of atom
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年12月9日

摘要: SQL Server数据库 SqlConnectionSqlConnection thisConnection = new SqlConnection(@"Server = (local);" + "User ID = sa;" + "Password = ;" + "Connection Timeout = 5;");或者SqlConnection thisConnection = new Sq... 阅读全文

posted @ 2005-12-09 17:55 迟到的鱼 阅读(1689) 评论(1) 推荐(0) 编辑