To read an Access database without using OleDb, you can use the Microsoft Access Database Engine (ACE) driver. Here's an example of how to do it:
1- First, make sure you have the ACE driver installed on your system. You can download it from the Microsoft website.
2- Add a reference to the Microsoft.Office.Interop.Access.Dao assembly.
Use the following code to read data from an Access database:
This will return a list of strings containing the data from the specified field in the specified table.