代码如下:using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.OleDb;
namespace ConsoleApplication1{ class Program { static void Main(string[] args) { OleDbConnection conn = new OleDbConnection(); OleDbCommand comm