Creating a JDBC Connection Profile
Prerequisites
You have opened the Visual Composer perspective in the SAP NetWeaver Developer Studio. You have the JDBC driver files for the database server on your system.
Context
You must create a connection profile to define all the information required to connect to a database runtime instance. This information includes reference to a JDBC driver definition.
A Java Database Connectivity (JDBC) is an API for the Java programming language that defines how a client may access a relational database. It provides methods for querying and updating data in a database.
JDBC Drivers are client-side adaptors, which are installed on the client machine, convert requests from Java programs to a protocol that the Database Management System can understand.
Procedure
Next Steps
Connection Profiles under .

