automatic load database

16
In this program, the database table automatically load into the list box control and the selected value on the list box will appear into DataGridView. POST #1: Submitted by: Sharmaine Grace N. Dutado

Upload: sharmaine-dutado

Post on 04-Dec-2015

14 views

Category:

Documents


0 download

DESCRIPTION

IT3_B1

TRANSCRIPT

Page 1: Automatic Load Database

In this program, the database table automatically load into the list box control and the selected value on the list box will appear

into DataGridView.

POST #1:

Submitted by:

Sharmaine Grace N. Dutado

Page 2: Automatic Load Database

First: Open the Visual Studio 2012 or C# Application

Second: click new Project

Page 3: Automatic Load Database

Step 3. Select Visual C# and then select Windows Forms Application after that click ok

Edit the name of

your project

Page 4: Automatic Load Database

Datagridview1

Step 4.Create a form like this, drag the selected listBox to the form, and also The Datagridview from the ToolBox

ListBox1

You can edit the name of the lisbox and datagridview

by selecting Listbox or Datagridview and select properties

Page 5: Automatic Load Database

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

Select Visual C# Items then select Class and

Name the class as “DBConnect.cs” after that click Add button below.

Page 6: Automatic Load Database

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 after that click Class.

Select Visual C# Items then select Class and

Name the class as “ClassStudents.cs” after that click Add button below.

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

Click browse then 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

Page 7: Automatic Load Database

Step 8. Go to Desktop and Open the MySQL Workbench application if you don’t 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

Page 8: Automatic Load Database

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

Page 9: Automatic Load Database

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

Insert this code

Start coding here

Page 10: Automatic Load Database

Continue coding here

Page 11: Automatic Load Database

Continue coding here

Page 12: Automatic Load Database

Step 9. Go to your form1 or design double click the form and insert this code.

Insert this

Start coding here

Page 13: Automatic Load Database

Continue coding here

Page 14: Automatic Load Database

Step 10. F5 to run the program and the output is look like this.

Page 15: Automatic Load Database

Reference of the program:

Page 16: Automatic Load Database

Thank you!!! I hope

You learn something,..