Post1

23
THIS PROGRAM AUTOMATICALLY LOADS DATABASE TABLE TO A LISTBOX CONTROL AND THE SELECTED VALUE IN LISTBOX WILL APPEAR IN DATAGRIDVIEW. POST #1: Prepared by: Camille Kimberly M. Flores IT3_B1

description

My blog

Transcript of Post1

THIS PROGRAM AUTOMATICALLY LOADS DATABASE TABLE TO A

LISTBOX CONTROL AND THE SELECTED VALUE IN

LISTBOX WILL APPEAR IN DATAGRIDVIEW.

POST #1:

Prepared by:

Camille Kimberly M. Flores

IT3_B1

Step 1. Open the Visual Studio 2010 or C# Application

Step 2. Click new project on the left side

Click

Step 3. Select Windows Forms Application

You can edit the name of the projectClick OK to move

This is the form that you can design your work.

Toolbox

Properties

You can edit the name, font,Color, etc. here.

You can choose an item for you work and design.

Solution Explorer

Step 4.Create a form like this, find it at the tool box

You can edit the name of the listbox and

datagridview by selecting listbox or

Datagridview and select properties

dataGridView

listBox

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

Step 6: Select Class and name the class as “DBConnect.cs” after that click Add button below.

Click

Edit the name as DBConnect.csClick

Step 7: Type the codes

To connect the C# in your database workbench

Step 8. Repeat adding a class.

Right click then click add and class

Step 9: Select Class and name the class as “ClassStudents.cs” after that click Add button below.

Click

Edit the name as ClassStudents.csClick

Type the codes

Same input from the database workbench

Step 10: Go to solution Explorer then right click REFERENCES and 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 Click

Click

Step 11. Go to Desktop and Open the MySQL Workbench application if you don’t have then try to install the installer inside the folder of “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” and follow the Instruction below.

Click this firstThen second click this

Then Click and attach the “psu.sql” here

Click start import

Step 12. Go back to your C# application, double click the FORM 1 in design. Double click

Step 13: Type the codes

Step 14. Run the program

Automatic load the data

Reference of the program:

THANK YOU VERY MUCH !!