This program creates a set of VB.Net files to access a database (Oracle, Access, SQL Server, other sources) from ASPX pages. It generates three files. The Data Class File is a class for each table of the database, with a subclass or an arraylist of subclasses for each foreign key, according to the direction of this key. The Data Access File has all functions to access a database. For each table, a Get Function returns a data reader, and update, insert, and delete subs. The Data Manager Module is the main module to access the database from your ASPX. And now, it creates templates of your ASPX using the generated Data Access modules and saves many times. It can also build classes for VB6.