0% found this document useful (0 votes)
47 views

Electro-Team: Interesting Education Visual Basic 2010

The document provides instructions for creating a service-based database in a Visual Basic 2010 project. It details steps such as opening a new project, renaming the project, adding a new item to create a service-based database, and then configuring the database with an auto-increment primary key field and additional fields for name, address, telephone number, and email. It also notes that the database table is added to the project.

Uploaded by

Mohamad Saad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Electro-Team: Interesting Education Visual Basic 2010

The document provides instructions for creating a service-based database in a Visual Basic 2010 project. It details steps such as opening a new project, renaming the project, adding a new item to create a service-based database, and then configuring the database with an auto-increment primary key field and additional fields for name, address, telephone number, and email. It also notes that the database table is added to the project.

Uploaded by

Mohamad Saad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Electro-Team

Interesting Education Visual Basic 2010 DataBase Part 1

[email protected]

Open new project

Rename Your Project

Open solution explorer

Add New Item

Service-based Database

Click Next

Click Finish

Back to IDE Double Click Database1.mdf

Expand Data connections\ Database.mdf\ then right click Table

ID will be primary key for this table

ID - Auto increment

Fields: ID, Name, Address, Tel and Email

Saving changes click Yes

Rename your table

Doom1 already added to your project

You might also like