Tagged Questions

2
votes
2answers
196 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 ...