Tagged Questions

0
votes
1answer
127 views

Database Abstraction - what are the options?

How can I abstract my database from my application so that it is unaware of the database type? I have to design a .Net 3.5 WPF application that must support either SQL Server or Visual FoxPro as the ...