cancel
Showing results for 
Search instead for 
Did you mean: 

driver for mysql

0 Kudos

Hy,

I'm looking for an MySQL ADAPTER JDBC Driver for use with PI7.0 where can I get such a driver?

Kindly Regards,

Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

I thank all of you for helping me

Former Member
0 Kudos

Hi

Link for downloading mySQL JDBC driver

http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.6.zip/from/http://mysql.easy...

Rewrds points if it helps u

Former Member
0 Kudos

Hi,

One option is to create a JDBC Connection .

Otther option is download JDBC Driver from Microsoft Website

http://www.microsoft.com/downloads/details.aspx?FamilyID=6D483869-816A-44CB-9787-A866235EFC7C&displa...

and deploy the JDBC driver using SDM.

JDBC Driver Deployment Guide...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ffd890-0201-0010-708f-d5dad2df...

Even use the JDBC Driver found in "mysql-connector-java-3.1.8-bin.jar"(Which can be downloaded from MySQL site)

Thanks

Swarup

Former Member
0 Kudos

Hi,

You have to install the SQL Drivers on XI Server and have to provide those Driver name and connection at the time of JDBC Communication channel Creation in XI.

For MySQL

Drivers is ::com.mysql.jdbc.Driver

Connection is ::jdbc:mysql://IP Address:3306/Database name

Regards

Seshagiri

Former Member
0 Kudos

Hi,

Check the links..

To install oracle drive in XI server, just check these links,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-964...

http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html

http://msdn2.microsoft.com/en-us/library/ms177523.aspx

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

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

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=jdbc%20with%20multiple%20tables&cat=sdn_all

Regards,

Phani