Sample App
Last updated
Last updated
If you keenly followed the steps above, We can now construct our first App.
After successfully generation the code using Jenga. Rebuild the projects.
Go to toolbox and search for PageUser.
Drag drop it to FrmMain form.
Click Retry and add connections
Choose your database of choice.
Make sure you have MySQL Installed and running.
Open the database and create at database e.g. jenga_demo
Update the connection info in the dialog.
Click save and Test the connection
Jenga Will check the connections and created the tables to match the model classes containing [AutogenerateTable] attribute
Click close and the app ill resume to the main Form
If this error pops up, Simply uncheck the "break when this..... " and select continue.
Congratulations, You just built your first database application with Jenga