MHSoft AdoAdapter for MsSQL-Server and MS-Access(MySQL soon)



Update modified records, with just 1 method. Even the DataSet was filled with a SQL-Join-String,
The AdoAdapter does not restrict ADO.NET, but offers an option to put away this 6 objects, which are normally hardly needed to: connect a server, fill a dataset, save modified records: (SqlClient)1.SQLCommand,
2.SQLConnection, 3.SQLDataAdapter, 4.SQLCommandbuilder,
5.SQLParameter, 6.SQLTransaction(same for OleDb)
Able to connect Servers or File-Servers like: MsSQL-Server and Ms-Access (MySQL coming soon)
Usable with Winforms, WPF, ASP.NET, C# or VB.NET Projects