post1 database project

15
In this program, the database table automatically load into the listbox control and the selected value on the listbox will appear into DataGridView. POST #1:

Upload: joms-alancado

Post on 10-Feb-2016

9 views

Category:

Documents


0 download

DESCRIPTION

valerieazucena.blogspot.com

TRANSCRIPT

Page 1: Post1 Database project

In this program, the database table automatically load into the listbox control and the selected value on the listbox will appear into DataGridView.

POST #1:

Page 2: Post1 Database project

First: Open the Visual Studio 2012 or C# Application

Second: Then Click new Project

Page 3: Post1 Database project

Third: Select Visual C# and Fourth: then select Windows Forms Application after that

click OK

Create your file

name

Page 4: Post1 Database project

Datagridview1

Fifth: Create a form, drag the listBox to the form and the Datagridview from the ToolBox on the left.

ListBox1

Select or open the properties of the listbox and DataGridView,Right click and choose properties and change the name.

Page 5: Post1 Database project

Sixth: Select the name of your project here, then select Add after that click Class. Select Visual C# Items then select Class

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

Page 6: Post1 Database project

Seventh: 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 andName the class as “ClassStudents.cs” after that click Add button below.Eight: 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.5If v4.5 didn't work choose v2.0 or v4.0 versionAfter that, select the MySql.Data.dllAnd MySql.Data.Entity.dll and open

Page 7: Post1 Database project

Ninth: 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 managementThen select “Data Import/Restore” the follow theInstruction below.

Select this

Click this

Page 8: Post1 Database project

Then go to the folder you download including this Power point and select the “student_students.sql” file then

ok andClick button “Start Import”

Click this

Page 9: Post1 Database project

Tenth: Go to DBConnect.cs and insert this code.

Insert this code

Start coding here

Page 10: Post1 Database project

Continue coding

Page 11: Post1 Database project

Continue coding here

Page 12: Post1 Database project

Eleventh: Go to your form1 or design double click the form and insert this code.

Insert this

Start coding here

Page 13: Post1 Database project

Continue coding here

Page 14: Post1 Database project

Twelveth: Press the F5 to run the program. And it may look like this

Page 15: Post1 Database project

Reference of the program:

Thank you For

Visiting My blog

Godbless!!