Softgroup .Net Data Objects is a set of .Net classes that
gives to developers powerful objects for accessing,
editing, and updating data from a wide range of databases
throw a a unique driver interface.
With Softgroup .Net Data Objects developers can especially
easy migrate old data-oriented projects that use Microsoft
ActiveX Data Objects (ADO) to Microsoft ADO.NET technology
based on .NET Framework without rewriting many lines of code.
In fact in order to facilitate the migration of source code
Softgroup .Net Data Objects contains most of same objects
(with most same Properties and Methods) of Microsoft ADO
(Connection, Recordset, Fields, Field etc.)
In addition Softgroup .Net Data Objects contains other
useful SQL objects and functions to query, insert, update
and delete tables data on a database using auto-generated
standard SQL statements that can be executed in all
supported databases.
The most common usage of Softgroup .Net Data Objects is to
query and manipulate the structure of a relational or
non-relational database, retrieve and display the results
in an application, and let users make and save changes to
the data.