• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Ray

Shi
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2008年1月6日

后台数据使用datareader方法
摘要: using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using Syste... 阅读全文
posted @ 2008-01-06 19:46 RayShi 阅读(206) 评论(0) 推荐(0)
 
.NET调用带参数存储过程
摘要: string str = "Data Source=.;Initial Catalog=SCR_2p0_Staging;Integrated Security=True"; SqlConnection conn = new SqlConnection(str); conn.Open(); string text = ... 阅读全文
posted @ 2008-01-06 17:26 RayShi 阅读(353) 评论(0) 推荐(0)