NoteCome
Contact : mailto:peter.notenbaert@skynet.be
 
Contents
Overview 
Requirements
Installation
 
Overview
GenValidator is a COM Component that implements a rule based validator. It 
allows you to execute generic validations against your data. Through a few 
simple methods you are able to check whether complex rules evaluate to True or 
False. 
GenValidator is the ideal component to use for validating all records in a 
database table against rules specified in a rules table. You can add, remove or 
edit business rules without the need of recompiling your code. 
GenValidator is very fast, very easy and very cheap. Your are going to use 
GenValidator in all your applications once youve discovered its power and ease.
 
Requirements
Microsoft ActiveX Data Objects 2.0. Download from 
http://www.microsoft.com/data/mdac2.htm
Regsvr32.exe
VB 6.0 Runtime library
 
Installation Instructions
    Install ADO 2.0 if not yet installed 
    Unzip GenValidator.Zip 
    Register GenValidator.dll and GenValidatorInterface.dll 
    Check correct installation by trying Sample.exe 
 
