Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

This Program Automatically Loads Database Table To A List Box Control and The Selected Value in List Box Will Appear in Data Grid View

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 15

#1

This program
automatically loads
database table to a list
box control and the
selected value in list box
Presented
will appear
in By:
Data Grid
Marianie B. Gaitan
View.
BSIT3_BL1

Step 1. Open the Visual Studio 2012 or C#


Application

Step 2. Click New Project

Step 3. Select Visual C# and then select Windows Forms Application and click OK

Edit
your
project
name
here

Step 4. Create a form , drag the selected ListBox to the form, and also
the DataGridView from the ToolBox.
ListBox
1

DATA GRID
VIEW

You can edit the name of the ListBox and


data GridView

Step 5. Select the name of your project here, then select Add and click Class.

Select Visual C# Items and select Class and


name the class as DBConnect.cs and click
Add button below.

Step 6. This step is almost the to step 5 except the name of the class,
select the name of your project here, then select Add and click Class.
Select Visual C# Items then select Class and
Name the class as ClassStudents.cs and click Add button below.

Step 7. Select Reference in solution Explorer and then select Add


reference.

Click browse and go to :


C:\Program Files (x86)\MySQL\Connector NET
6.7.4\Assemblies\v4.5
If v4.5 didn't work choose v2.0 or v4.0 version
After that select the MySql.Data.dll
And MySql.Data.Entity.dll

Step 8. Go to Desktop and Open the MySQL


Workbench application if you dont have then try
to install the installer inside the folder of
Automatic load database
Then use password: admin when the installation is
near to complete, after that open the MySQL
Workbench application then click or open the
Local instance then type the password: admin
after that, go to management
Then select Data Import/Restore the follow the
Instruction below.
Select this

Click
this

Then go to the folder you download including this Power point and
select the student_students.sql file then OK and Click button
Start Import.

Click
this

Step 9. Heres the coding portion, go back to the Visual Studio 2012 Application
and go to DBConnect.cs and insert this code.

Start coding
here

Insert this
code

Continue coding
here

Continue coding
here

Step 9. Go to your form1 or design double click the form


and insert this code.

Insert this
Start coding
here

Continue coding
here

Step 10. F5 to run the program and the output is


look like this.

Reference of the program:

You might also like