I have to import data from a variety of sources: text delimited with comma, tab, custom delimiter, Excel files, SQL Server and Oracle. The logical choice seemed to be an OleDB Connection, that would allow me treat any input as a DataSet and have very few implementation differences to worry about.
Problem is that good ol' "Microsoft.Jet.OLEDB.4.0" becomes obsolete.
What is the alternative to it?