1 / 5

Database Concepts

Database Concepts. CPTE 212 3/13/2014 John Beckett. Why use a database?. Self-documenting Self-organizing Extensible More data per ? More transactions per hour. How to access a database. < Write a program to read and write files DBMS included a DBML Database Management Language

hanzila
Download Presentation

Database Concepts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Database Concepts CPTE 212 3/13/2014 John Beckett

  2. Why use a database? • Self-documenting • Self-organizing • Extensible • More data per ? • More transactions per hour

  3. How to access a database • < Write a program to read and write files • DBMS included a DBML Database Management Language • Standard DBML - > SQL

  4. HW Server (Linux) HTTP GET, POST Web App Server Client HTML, Binary DB Server Prot SQL Results (Objects) DB Server Prot Database Server (MySQL)

  5. Programming for the Web • Connect to the database server • Username / password • …implies privileges • Yields a connection object • Select a database • Send SQL • Receive results from it • Close the connection For all of these, Possibility of error result

More Related