The CML/LitCrit application uses the default RDS handler. A custom handler could have been written instead.
A custom RDS handler object must support the IDatafactoryHandler interface, which is also supported by the default handler, MSDFMAP.HANDLER. To add this support, if you are writing this handler as a Microsoft Visual Basic project, do the following:
Implements IDatafactoryHandler
This provides support for the IDatafactoryHandler interface, and with it support for its GetRecordset and Reconnect methods.
You can add new functionality such as your own data validation object. To do this, you can support ADO events by adding new methods or new properties for these events.