Working with your database

Slides:



Advertisements
Similar presentations
Microsoft ® Office Word 2007 Training Header and footer basics Sweetwater ISD presents:
Advertisements

The Ribbon Standard to all Office 2007 applications Organized by feature and functionality Navigation Pane Access to all objects in the current database.
Microsoft Office 2007 Access Chapter 3 Maintaining a Database.
Access Lesson 2 Creating a Database
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Chapter 12: ADO.NET and ASP.NET Programming with Microsoft Visual Basic.NET, Second Edition.
Chapter Extension 6 Using Microsoft Access © 2008 Pearson Prentice Hall, Experiencing MIS, David Kroenke.
Creating First Class Web Pages Log into your account.
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
INF2070 Database 2. What Will You Do? Using skills learned in the last Database module, you will yet again make more tables This time we are going to.
Access Tutorial 10 Automating Tasks with Macros
Chapter 3 Maintaining a Database
Chapter 9 Using the SqlDataSource Control. References aspx.
Programming with Visual Basic.NET An Object-Oriented Approach  Chapter 8 Introduction to Database Processing.
Copyright 2007, Information Builders. Slide 1 WebFOCUS Maintain – Enhancing Objects with JavaScript Mark Derwin Information Builders Information Builders.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
Needs for Accessing Database To make your web site more dynamic and maintainable, you can display information on your web pages that are retrieved from.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
1 Working with MS SQL Server Textbook Chapter 14.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
Office Management Tools II Ms Saima Gul. Office Management Tools II Ms Saima Gul.
ASP.NET The Clock Project. The ASP.NET Clock Project The ASP.NET Clock Project is the topic of Chapter 23. By completing the clock project, you will learn.
Chapter 8 Working With Databases in ASP.NET. Listing 8.1 – ShowListControls Uses The SqlDataSource control for estabishing database connectivity and.
Lesson 12 Adding Validation To The Movie Database.
Copyright 2008 McGraw-Hill Ryerson 1 TECHNOLOGY PLUG-IN T7 PROBLEM SOLVING USING ACCESS.
Tutorial 9 Using Action Queries and Advanced Table Relationships.
Lesson 3 Getting started and Installing Web Matrix Getting started and Installing Web Matrix.
1 Database Systems Introduction to Microsoft Access Part 2.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
Fall 2003Sylnovie Merchant, Ph.D. ACCESS Tutorial Note: The purpose of this tutorial is to provide an introduction to some of the functions of ACCESS in.
DataSet Your Database student test score Database Connection Your program needs to establish a connection to the database. Click on “Add New Data Source.”
T7-1 LEARNING OUTCOMES – ACCESS PROBLEM SOLVING 1.Describe the process of using the Simple Query Wizard using Access 2.Describe the process of using the.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
1 Database Programming with ADO.NET Kashef Mughal.
Modify Tables and FieldsModify Tables and Fields Lesson 4 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft.
Database EssentialsDatabase Essentials Lesson 1 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft Access.
Create ReportsCreate Reports Lesson 6 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Access Microsoft Access 2013.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
ADO.NET Objects Data Adapters Dr. Ron Eaglin. Agenda Builds on Information in Part I Should have working knowledge of creating a database connection Continuation.
Understand Databound Controls Windows Development Fundamentals LESSON 4.2A.
DATABASE SYSTEM VB LINK TO MS-SQL. 2 Visual ProgrammingChapter 6 Select Project -> Component.
VB.NET and Databases. ADO.NET VB.Net allows you many ways to connect to a database. The technology used to interact with a database or data source is.
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
® Microsoft Access 2010 Tutorial 9 Using Action Queries and Advanced Table Relationships.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 11 Creating Web Applications and Writing Data to a Database.
Y.-H. Chen International College Ming-Chuan University Fall, 2004
Using MS Access for SQL CIS 523 Fall 2009 McCoey.
Creating Data Base & Sql Data Source
ASP.NET Web Controls.
Maintaining a Database
How to add a network printer in Windows 7
Basic Database Concepts
Microsoft Visual Basic 2005 BASICS
Objectives Create an action query to create a table
Working with your database
Lesson 7 Managing Data Creating a database with Web Matrix.
Part 1 of 2 Creating SQL Database and Binding to GridView
Access Lesson 1 Understanding Access Fundamentals
Chapter 7 Advanced Form Techniques
Lesson 1 – Creating a New Document
Access Lesson 2 Creating a Database
Microsoft Official Academic Course, Access 2016
Adding Record To Your Database
Creating Data Base & Sql Data Source
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.
Lesson 4 Creating a page with Web Matrix
Searching Your Database
Chapter 10 Accessing Database Files
Tutorial 9 Using Action Queries and Advanced Table Relationships
Presentation transcript:

Working with your database Lesson 8 Working with your database

Connect to your database Make sure that you’re connected to the Movies database in data explorer Click on Tables Click on JamesBondSeries

This should be on your screen

Sorting your database Click on any of the field names and the database will automatically sort for you You can also make any changes to the database and then click Close

Follow the steps to view your database on a webpage Viewing your database Follow the steps to view your database on a webpage

Create a new ASP.NET Page Filename: Showdata.aspx

Working with Tables Drag the JamesBondSeries Table over onto your workspace

This is what you see… Press F5 to Start

Start Web Application

Your first database web page Notice in your system tray that you now have your ASP.NET Web Matrix Server Open

Taking a look at Properties Double click over the database design grid

Take a look at Properties Scroll down and view some of the Properties Change the BackColor to a color of your choice Change the BorderColor to a color of your choice Change the CellPadding to 1

View selected fields Scroll down to Fields and click on elipsis box … The Members are your fields You can delete any field you don’t want to view Remove Member # 4-8 to see how this works

View your changes Before you can view your changes you need to right click over the Microsoft ASP.NET Web Matrix Servericon in your System tray and left click on Stop Why? You can only have one application running on that port number 8080 which is the default Now you can press F5 to view your changes to the grid

More to notice… Notice the DataMember name which is the name of your table Notice the DataSourceControl ID name

Viewing properties Here you can view properties of the DataBindings

Learning a little SQL commands You can drag the Properties window to the left over your workspace to view these commands ConnectionString- Notice the connection on your localserver to your Movies Database SelectCommand-The SQL command used to select records UpdateCommand-The SQL command used to update records