Establish JDBC Connections
This section presents classes that establish a JDBC database connection from a Java application.
Connect From a JDBC Client Application Using jConnect
If you wish to access database system tables (database metadata) from a JDBC application, you must add a set of jConnect system objects to your database.
Establish Connection From a Server-side JDBC Class
SQL statements in JDBC are built using the createStatement method of a Connection object. Even classes running inside the server need to establish a connection to create a Connection object.
Parent topic:
Data Access Using JDBC
Created August 28, 2013. Send feedback on this help topic to Technical Publications:
pubs@sap.com