Pisces Lin vb code generator is a VB code generation tool based on Visual Basic 6.0. It can generate the project at one time and you can view the VB code by double-clicking the vbp file. The VB code generated by the vb code generator is saved in the project directory. The function introduces true object-oriented design: the overall design of the system, providing the use of object-oriented methods to design the basic objects (classes) in the required system and generate a professional-level interface. and source code! Simultaneously design the system and database: Use "data mapping" to establish the relationship between basic objects (classes) and data tables. While designing classes, you can complete the design of the associated table structure, and the database table creation SQL is also generated in one second! Easily solve multi-table correlation: Multi-table correlation has always been a tedious problem, such as an employee belonging to a department. When designing the basic object (class), you can use the department class (not the department number) as an attribute of the employee class to automatically generate the association code between tables. You can also display the department name on the interface and use the drop-down box to select the department.
Expand