[求助]连接access报错
连接access数据库报错 不支持关键字: “provider”
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Data.SqlClient;
using System.Collections;
这是我引用的命名空间 是不是有什么问题啊
连接access就不能用“SqlConnection”吗