Tagged Questions
The provider-independent tag has no wiki summary.
2
votes
2answers
193 views
.net : Are DataSet and TableAdapters agnostic of database and vendor?
We need the application we are building to be Database-agnostic. In particular, I need it to be able work with SQL Server, Oracle and MySQL. In the future, possibly other DB Vendors will be added to ...
1
vote
2answers
138 views
Entity Framework : Is there any smart way to implement data access so that I can switch web.config settings to switch provider
I want to implement Data Access Layer in Entity Framework in a way that one can switch from excel to sqlite or ms access of ms sql server using a single setting in web.config.
Is there any good ...
0
votes
6answers
1k views
How to design a provider independet DAL (.Net)
I am currently developing a query builder application, basically a simple graphical interface that should allow users with no knowledge of SQL to define various queries on a database (joins, select, ...