Tagged Questions
0
votes
2answers
764 views
.Net: how to create vendor independent Dataset, Tableadapters, bindings (DB decided at runtime)
I have a C# Windows Forms application, whose prototype was created on SQL Server (strongly-typed dataset). In its final version, the application must be able to work over SQL Server, MySQL or Oracle.
...