我尝试使用 ms 访问作为数据提供者,但它给了我例外。
static void Main(string[] args)
{
DataContext dx = new DataContext(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\Data\mail.accdb;Persist Security Info=True");
}
例外是
System.ArgumentException was unhandled
Message=Keyword not supported: 'provider'.
这怎么会发生?
提前致谢,
布赖恩