Getting “Cannot find installable ISAM” error
问题 I'm facing a problem with my console application. I want to read info from Microsoft Access database and display it on console. Here's the code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.OleDb; using System.Data.Sql; namespace _1_uzd { class Program { static void Main(string[] args) { string ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;DataSource=\"studentu-db.accdb\""; OleDbConnection con =