I am looking for a generic solution to access data, so I do not need to change my source code based on my client's database requirement.
What is the best way to design a .NET solution, which have generic Data Access Component like SQL Server, Access, Oracle, mySQL, DB2, and Ingres etc... - it means common code works with any database.
Any ideas, suggestions or comments are appreciated.
Regards,
Developer