SQL in a Server Environment




CS157a

Chris Pollett

Nov 15, 2023

Outline

Introduction

Three-Tier Architecture

Diagram of three-tier architecture

Networking and Tiers

Impedance Mismatch Problem

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