string reportPath = System.Environment.CurrentDirectory;
reportPath = "Draw.accdb";
string Con = "Provider=Microsoft.ACE.OLEDB.12.0;" + @"Data Source=" + reportPath;
OleDbConnection dbconn = new OleDbConnection(Con);
dbconn.Open();
数据库Draw.accdb 存放在Bin\\Debug