[Previous slide] [Next slide] Java and Database Connectivity

Creating a Statement

Before you can talk to the database, you need a statement

        Statement stt = c.createStatement();