cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC

Former Member
0 Kudos

HI all

for JDBC adapter from where can we find JDBC driver and connection ?

Regards,

Komik Shah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Which DB are you using??

The exact specification varies according to the JDBC driver

Similarly for the Connection url also you need to specify the address with which you can establish a database connection using the JDBC driver.Again the exact format of the address can vary

Driver name is the Java class that is provided by the Vendor.

Connection is the connection URL that will connect to the target database.

Examples:

I used MaxDB, so

JDBC Driver Class: com.sap.dbtech.jdbc.DriverSapDB

Connection url : jdbc:sapdb://DBServer/DBName

Similarly for MSAccess

JDBC Driver Class: jdbc.odbc.JdbcOdbcDriver

Connection url : jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//xiserver/xitemp/db/TestDB.mdb

Thanks

Answers (2)

Answers (2)

former_member184619
Active Contributor
0 Kudos

hi komik,

JDBC driver for the database are product-specific and must be obtained from the database vendor.

check sap note - 831162

/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn

/people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response

/people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes

Sachin

Former Member
0 Kudos

JDBC driver are Vendor specific.

Example: If XI want to communicate with Oracle, then Oracle base drivers need to be load into J2EE engine.

Thanks

Farooq.