摘要:
using System;using System.Data;using System.Windows.Forms;using System.Data.OleDb;namespace WindowsApplication2{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { //测试,将excel中的sheet1导入到sqlserver中 string connString = 阅读全文
posted @ 2011-01-16 00:33
汽水
阅读(514)
评论(0)
推荐(0)
浙公网安备 33010602011771号