ADO Code Project Builder is designed to automatically generate Visual Basic Project that contain individual bound controls and procedures to manage information derived from local or remote data sources. You can use ADO Code Project Builder to create a project contain ADO Code Database Programming.
It will create automatically all controls that will be used (label, textbox, datagrid, commandbutton, progressbar, statusbar) and they will be placed on the form automatically at their position properly. The procedures in the .frm and .bas file also will be automatically generated based on the data you had specified through the wizard. Further, all of components and references that used by your project will be automatically added to your project.
So, you don’t have to create the project by using drag-drop method (as usual you still do until now, maybe), assign the DataField property value in textbox control, adjust the position of all controls on the form, add another control to the form (like progressbar, statusbar), and adding the references and or components that will be used. All you have to do is just simply follow the instruction in each step, and in the end of step, just click the Finish button, and your project will be created!
This wizard only handles about generating ADO Code. It contains two form layout only. The first is Complete ADO Code, and the second is Master Detail. Just like the name of this wizard, it does not handle ADO Control programming.
I made this wizard because I often do a lot of job making database programming in my office, especially using ADO Code. I prefer using ADO Code than ADO Control because with ADO Code I can do some enhancement without using data control – you know, some of its property cannot be assigned or cannot be used while in run-time – besides data control using much memory than using code and data control has another limited functionality in run-time. With this ADO Code Project Builder, I don’t waste much time to create a database programming project, moreover many applications with the same overall look.
Skip this welcome screen next time I use this wizard.
When checked places each time you run this ADO Code Project Builder Wizard, this introduction screen will be skip. The next step will displayed to your screen.
Help
Opens the Help topic for this step. You can also press F1 for help.
Cancel
Cancels your previous actions and closes the ADO Code Project Builder Wizard.
Back
The Back button is unavailable on the Introduction step.
Next
Moves you to the next step.
Finish
Accepts any selections you entered and the defaults for the remaining steps, then creates a project. The Finish button is available once you make enough choices for the ADO Code Project Builder Wizard to create the appropriate project.
Title : ADO Code Project Builder Version 1
Description : ADO Code Project Builder is designed to automatically generate Visual Basic Project that contain individual bound controls and procedures to...