SQL in a Server Environment




CS157a

Chris Pollett

Dec 5, 2018

Outline

Introduction

Three-Tier Architecture

Diagram of three-tier architecture

Networking and Tiers

JDBC

Setting up a Simple Database for use with JDBC

JdbcTest.java

Remarks

Compiling, and Testing the Program

In-Class Exercise

PreparedStatements

Insert, Update, Delete from Java