Stateless Connection
- Previous access methods do not maintain a session between the server and the database
- The client requests the data
- The server
- connects to the database
- produces the HTML
- delivers the page to the client
- disconnects from the database