明哥哥

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月5日

摘要: 1.ACCESS 连接View Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.OleDb;namespace OleDbConnectionTest{ public partial class Form1 : Form { public Form1() ... 阅读全文
posted @ 2012-04-05 13:28 明哥哥 阅读(104) 评论(0) 推荐(0) 编辑

摘要: 1.SqlDataReader 例子程序View Code using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Data.SqlClient;namespace DataReaderTest{ public partial class Form1 : Form { public Fo... 阅读全文
posted @ 2012-04-05 13:25 明哥哥 阅读(211) 评论(0) 推荐(0) 编辑