Creating MySQL Database tables using Visual Basic. Net
In this tutorial, I’m going to show you how to create a MySQL database tables dynamically in a simple way. To start in this lesson, we need to understand first the concept of creating a MySQL database table. The creation of table command requires the following: Name of the table, Names of fields and Definitions for each field.
- Read more about Creating MySQL Database tables using Visual Basic. Net
- 1 comment
- Log in or register to post comments
- 1909 views
Next, add five labels,and name the label1 as “lblcurtime” and label2 as “lblstatus” then,set the text property of the other label as “Current Time”, “Alarm Time” and “Message”.
To do this, we need to add three buttons and change their Text property into “Shutdown”,”Restart” and “Log Off”.