The providerCommandBuilder dervices from System.ComponentModel.Component, and not from IDbCommandBuilder, etc.
Used Reflection to access the Methods and properites available in xxxCommandBuilder classes by conventions rather than inheritance and interface implementation.
Some of these Methods are RefreshSchema, DeriveParameters, GetDeleteCommand, etc.
Version 0.7.9 has enhanced support for Transactions.
It is much easier and simpler than the traditional ADO.net transactions.
Releasing MaxVirtual.Data library version 0.5.5 with a smarter and a leaner Xml configuration file.
Max Virtual is pleased to release a major application developed with MaxVirtual.Data library.
All the modules of IBuySpy are provided in Oracle 9i and Sql Server 2000.
The database of the portal engine or any module can be swapped simply by changing the connection string.
The application can be extended to use other databases (supporting stored procedures) simply by updating the connection strings.
MaxVirtual.Data Library (0.5.2) released. Develop database independent .net applications. Switch from SqlServer to Oracle to Sybase to Db/2 just by changing the connection string. Contains sample source code in C#, VB.Net, J#, JScript, C++.