Data Base.

Slides:



Advertisements
Similar presentations
Connect to Excel Spreadsheet with an OLE DB Connection.
Advertisements

Input & Output Machines
SHORTCUTS. Overview Shortcuts are quick ways to get to the items you use often. You can put a shortcut to any program, document, or printer on your desktop.
Using ERWin to model your data Supplied by Computer Associates as part of AllFusion.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
CSCI 3328 Object Oriented Programming in C# Chapter 12: Databases and LINQ 1 Xiang Lian The University of Texas – Pan American Edinburg, TX 78539
Databases and LINQ Visual Basic 2010 How to Program 1.
Databases in Visual Studio. Database in VisualStudio An MS SQL database are built in Visual studio The Name can be something like ”(localdb)\Projects”
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
RPC Over HTTPS - Mailbox Access Note – OS & Outlook (2007/2010) should be fully patched with latest service pack and patches.
Course ILT Access basics Unit objectives Define database and database-related terminology, and plan a database Start Access and open, create, view, and.
Copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland.
MIS001 A1 Computer Hardware Windows ’98 and Internet Explorer Chapter 3 Start Menu and Control Panel.
Damian Tamayo Tutorial DTM Data Generator Fall 2008 CIS 764.
Databases with LINQ. LINQ to SQL LINQ to SQL uses LINQ syntax to query databases. LINQ to SQL classes are automatically generated by the IDE’s LINQ to.
Using Microsoft Access You can use the database we just created to create address labels, if your printer will accept label stationery (most will) First.
CMAP Concept Mapping Activity Climate Change Unit.
RMS Express - Updating. RMS Express update Start - Windows Explorer navigate to C:\RMS Express folder and locate the RMS Express.ini file and open it.
Make an Icon in Paint. Open Paint – found under the Accessories menu in Start - Programs Image – Attributes – set the size of the picture to 32 x32 pixels.
Enterprise manager Using the Enterprise manager. Purpose of the Enterprise Manager To design tables To populate / update tables To draw diagrams of tables.
Double click here to add event title Double click here to add event date Double click here to add event time Double click here to add event location.
SQL Server Quick Guide. MS SQL Server Express It is installed with the Visual Studio. SQL Server database file extension: mdf Default database folder:
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
CHOOSE 1 OF THESE.
Backup Tables in SQL Server. Backup table method Cape_Codd database is used in this example 1.Righ click the database that contains the table you want.
First, enter your data in Excel. The example is from an acceptability judgement questionnaire. Here I have columns for Subject, Group, Item, Condition.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
How To Start a SQL server Connecting to SQL Server.
Access Tutorial 2 Building a Database and Defining Table Relationships
Y.-H. Chen International College Ming-Chuan University Fall, 2004
Creating Data Base & Sql Data Source
Visual Basic 2010 How to Program
How to add a network printer in Windows 7
COP 4540 Database Management
Basic Database Concepts
Document Generation QRG
MSSQL Server management
Lesson 7 Managing Data Creating a database with Web Matrix.
Hierarchy of Data in a Database
Muybridge Lab CSD 340 (Blum).
Chapter 4 MS ACCESS DATABASE.
Microsoft Office Illustrated
Access Lesson 1 Understanding Access Fundamentals
Setting the Permissions
Access queries p.meade.
Order Database – ER Diagram
CIS16 Application Programming with Visual Basic
Access Tutorial 1 Creating a Database
Click ‘browse’ to search your device for
Access Tutorial 2 Building a Database and Defining Table Relationships
Creating Data Base & Sql Data Source
5 × 7 = × 7 = 70 9 × 7 = CONNECTIONS IN 7 × TABLE
5 × 8 = 40 4 × 8 = 32 9 × 8 = CONNECTIONS IN 8 × TABLE
Start a new project – since this is the community edition I will save all when I get into VB and then I can choose the location and specify a folder.
Access Tutorial 2 Building a Database and Defining Table Relationships
Click on Save All to save everything and choose a location etc
4 × 6 = 24 8 × 6 = 48 7 × 6 = CONNECTIONS IN 6 × TABLE
5 × 6 = 30 2 × 6 = 12 7 × 6 = CONNECTIONS IN 6 × TABLE
Creating a Database and a table
ASP.NET Relationships between tables
10 × 8 = 80 5 × 8 = 40 6 × 8 = CONNECTIONS IN 8 × TABLE MULTIPLICATION.
3 × 12 = 36 6 × 12 = 72 7 × 12 = CONNECTIONS IN 12 × TABLE
Report viewer - filtering
5 × 12 = × 12 = × 12 = CONNECTIONS IN 12 × TABLE MULTIPLICATION.
G061 - Data Dictionary.
5 × 9 = 45 6 × 9 = 54 7 × 9 = CONNECTIONS IN 9 × TABLE
3 × 7 = 21 6 × 7 = 42 7 × 7 = CONNECTIONS IN 7 × TABLE
Database 2.
Presentation transcript:

Data Base

Creating Tables  1- Create a windows form application Form1 2- Go to project ----> right click ---> add ----> new item ---> service based database   this will create files with extension .mdf

Create tables 3- Project -----> add new data source ----> choose data base ---- click Next ----> Next  ----> Finish 

4- to create table go to server explorer ( get it from view) Go to data connection  Double click  Go to table  Right click on table  Click on add new table

Add attributes Add primary keys to chosen attributes