Copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland.

Slides:



Advertisements
Similar presentations
Effective Creating Address groups Using Address groups Attaching Documents Copyright Gary Maunder, 2003 Nipawin School Division No.61,
Advertisements

Data Base. Objective Become familiar with database terminology. Create a project to display data for a single database table. Use a DataGrid control.
Aqua Data Studio. Find the application We are using Aqua Data Studio v11.
Presentation Heading – font Arial
Creating and Editing a Web Page Using Inline Styles
Put the memory card in the appropriate disk drive, and ensure there is a blank CD- R in the compact disc drive.
Chapter 12: Using ADO.NET 2.0 Programming with Microsoft Visual Basic 2005, Third Edition.
1 of 2 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
EGR 141 Computer Problem Solving in Engineering and Computer Science Interfacing with a Database in Visual Basic.NET 2005.
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.
CSCI 3328 Object Oriented Programming in C# Chapter 12: Databases and LINQ 1 Xiang Lian The University of Texas – Pan American Edinburg, TX 78539
1a – Getting Started Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Operating Systems Day 4. Cascade Windows 1.Open one or more windows 2.Right click on task bar 3.Click cascade windows menu item Tile Windows 1.Open one.
POP Configuration Microsoft Outlook Express 6.x.
Remote Assistance  Using this program you can allow someone to work on your computer, chat with you and view your screen with your permission  The other.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
Several Ways to Print in Windows 98 by Ralph Godinez.
ODBC REPORTS How to Use Access to work with MS SQL Server Database.
10-1 aslkjdhfalskhjfgalsdkfhalskdhjfglaskdhjflaskdhjfglaksjdhflakshflaksdhjfglaksjhflaksjhf.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
Creating a backup file Downloading a backup file Uploading a backup file Resetting or restoring your course from a backup file.
Using Microsoft Visual Studio 2005 Original by Suma Rao Revised by John G. McMahon ( 9/6/2008 )
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Chapter Thirteen Working with Access Databases and LINQ Programming with Microsoft Visual Basic th Edition.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
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.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
© 2002 Legion Systems Inc 1 Howard Chen - April 6, 2010 EGL Database Connections
Ch. 101 Database Management An Introduction to Databases.
Presentation On How To Create Connection To A Database.
Creating an Access Project* If you came to this presentation via a web browser, right-click and choose “Full Screen” before proceeding. Click mouse or.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
All information's of PLINQO in this Document, I got it from: So, you could visit the link above to research.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
1 Chapter 10 – Database Management 10.1 An Introduction to Databases 10.2 Editing and Designing Databases.
How OLE Works Carlotta Eaton Exploring Microsoft Visual Basic 5.0 To insert your company logo on this slide From the Insert Menu Select “Picture” Locate.
Start with loading the picture Locate your camera’s USB cable –it looks something like this:
1 Microsoft Project 2003 Starting a New Project. 2 Creating a new project plan To start Microsoft Project, click the Windows Start menu. Point to All.
Installing Microsoft C++ Microsoft Visual Studio 6.0.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
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.
Querying Information in a Database. CONTENTS Relational Database Systems Creating Database with SQL Server Reading Data with LINQ Requirements to Get.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Chapter 9 Working with Databases. Copyright © 2011 Pearson Addison-Wesley Introduction In this chapter you will learn: – Basic database concepts – How.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
Copyright 2007, Paradigm Publishing Inc. BACKNEXTEND 8-1 LINKS TO OBJECTIVES Import data from another Access table Import data from another Access table.
Programming with Microsoft Visual Basic 2012 Chapter 13: Working with Access Databases and LINQ.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
Template Package  Presented by G.Nagaraju.  What is Template Package?  Why we use Template Package?  Where we use Template Package?  How we create.
How To Start a SQL server Connecting to SQL Server.
Common SQL keywords. Building and using CASE Tools Data Base with Microsoft SQL-Server and C#
Creating Data Base & Sql Data Source
VB 2010 Pertemuan 10.
Customizing the Quick Access Toolbar in Microsoft Office
Basic Database Concepts
© 2013, Mike Murach & Associates, Inc.
Aqua Data Studio.
Database Applications
Creating Data Base & Sql Data Source
Double click Microsoft Visual Studio 2010 on the Computer Desktop
These slides are for reference only. They are not "lecture notes"
Data Base.
Presentation transcript:

copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland

copyright 2008 Judith A Copeland - How Does It Work Information stored in the Database Information stored in the Database API processes information API processes information Application retrieves information Application retrieves information from Database from Database through API through API

copyright 2008 Judith A Copeland - The Process

copyright 2008 Judith A Copeland - Database Options DB2 DB2 FileMaker FileMaker Firebird Firebird Microsoft Access Microsoft Access Microsoft SQL Server Microsoft SQL Server Microsoft Visual FoxPro Microsoft Visual FoxPro MySQL MySQL Oracle Oracle PostgreSQL PostgreSQL SQLite SQLite Many other choices available Many other choices available

copyright 2008 Judith A Copeland - Different Types of Data Access API JDBC JDBC FDO FDO OPC OPC Java API Java API SQL Native Client SQL Native Client Many other choices available Many other choices available

copyright 2008 Judith A Copeland - How To Connect To A Database Open VB Studio Open VB Studio Start with blank form Start with blank form In Server Explorer Window In Server Explorer Window Right click Data Connection Icon Right click Data Connection Icon Choose Data Source Choose Data Source Click appropriate source Click appropriate source Click Continue Click Continue

copyright 2008 Judith A Copeland - Continued In the Add Connection Box In the Add Connection Box Click Browse Click Browse Find appropriate database file Find appropriate database file Click on it Click on it Click Open Click Open Click Test Connection Click Test Connection Look for successful connection message Look for successful connection message Click OK Click OK

copyright 2008 Judith A Copeland - Next Step With an open connection to the database With an open connection to the database Click Data Click Data Click Show Data Sources Click Show Data Sources Data Source Window pops up Data Source Window pops up Click Data Click Data Click Add New Data Source Click Add New Data Source Data Source Configuration Window pops up Data Source Configuration Window pops up Continues Continues

copyright 2008 Judith A Copeland - Continued Select desired data connection Select desired data connection Click Next Click Next Opt for a concurrency management Opt for a concurrency management If database is on your same computer as application If database is on your same computer as application Yes for optimistic concurrency Yes for optimistic concurrency Copies original database to project folder Copies original database to project folder No for pessimistic concurrency No for pessimistic concurrency Keeps the connection open Keeps the connection open Continues Continues

copyright 2008 Judith A Copeland - Continued Save connection string Save connection string Use default name for connection string or type new name Use default name for connection string or type new name Click Next Click Next The connection string appears as app.config in Solution Explorer The connection string appears as app.config in Solution Explorer Choose Database Objects Choose Database Objects Click the objects you wish to use Click the objects you wish to use Click Finish Click Finish

copyright 2008 Judith A Copeland - You Are Now Connected Use the Toolbox to create your form Use the Toolbox to create your form Use DataGridView to display the data from database Use DataGridView to display the data from database Save and test application Save and test application