SAP DB


SAP DB JDBC driver is a 100 percent pure Java Type 4 driver that connects to the database using the proprietary SAP DB socket protocol. It supports the JDBC 2.0 Standard Extension API (DataSource, XADataSource and ConnectionPoolDataSource)

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://www.sapdb.org/sap_db_jdbc.htm
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified