I am developing an application. Client wants application to run on two databases, SQL Server Compact Edition and SQL Server.
Now the problem is in Visual Studio in dataset you have to program twice for different database.
That will double my work. Is there any way I could use same dataset and datatable code to interact with both the objects?