cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC DRIVER info?

Former Member
0 Kudos

HI,

i am configuring jdbc sender adapter,

can anyone guide me in getting Java class of the JDBC driver that the JDBC adapter must load to be able to access the driver.

thanks,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Pratibha,

As Michael has suggested, you dont need any java classes. You just need to put JDBC driver as per the database that you are trying to access.

You also need a connection string in the JDBC sender adapter and would look something like this: <b>jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//xiserver/xitemp/db/TestDB.mdb;Uid=yourid;Pwd=yourpwd;</b>

Pls refer to the following thread for more info:

Regards,

Ashish

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you don't need pure java classes you just need an jdbc driver

(suitable for the database with which you want to connect)

then you need to do:

https://websmp206.sap-ag.de/~sapdownload/011000358700007048402005E/HowInstallExternalDrivers.zip

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>