hello
I had success get the access driver by
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=abc.accdb" ConnectionString
now I want to use odbc driver to connect access
use connectionstring is
string odbcstr = "Driver={Microsoft Access Driver (*.mdb)};dbq=d:\\123.mdb"
but fail ,
where do I get any resource data connection sample ?
DbContextOptionsBuilder class
optionsBuilder.UseJet(odbcstr,OdbcFactory.Instance)