ADO Wrapper API included in ProudDB is a group of API that allows easy-to-use of Microsoft ActiveX Data Object (ADO) in C++. Through ADO Wrapper API, you can access DBMS more easily with the use of ADO. For instance, it can be applied when you need to access other database than ProudDB database such as web bulletin and etc.
(Warning: ADO Wrapper API doesn't use the custom DB cache function of ProudDB. It only uses caching and pooling methods provided in MS ADO.)
ADO Wrapper API is consisting of classes as followed.
ADO Wrapper Sample shows sample codes for using ADO wrapper.