
|
VB Net Maker
-
Version
3
VB_Net_Maker creates VB.Net file to access a Data Base
(Oracle, Access, SQL Server, other sources) from ASPX
pages. It generates a file containing a class for each
table of the Data Base, Property for each column of
the table, Methods Update, Delete, Search, Insert,
Function List which returns Array, Order and Criteria
SubClasses.
Choose one table, and this generator builds a template
of Aspx, with 4 sections: Labels and DropDown Lists
for each field of the Primary Key, Form with a label
and a text box for each field of the table, and a drop
down list for each field associated with a foreign key
(n-1), grid for the whole table, with select button,
grid for each Foreign Key 1-n. All information is
linked together. Buttons Ok (update and insert),
Cancel and delete are added with behind code.
VB_Net_Maker includes few complementary tools to help
you in the building of your projects.
Standard functions, as Menu builder, header, stats
generator and translation tools.
|