My app currently uses Interop.ADODB.dll to retrieve data from an access database.

My compiled setup file has to include a Interop.ADODB.dll file for the software to work.

What would i have to do in order to convert my app to drop the interop file by using Ado.net instead?

Would it simply be a matter of changing the references and connection strings or does it involve alot more than that?