cancel
Showing results for 
Search instead for 
Did you mean: 

To clarify the Driver string for the mysql database

former_member6134
Participant
0 Kudos

Hello Guys,

   I desiging a scenario like client proxy -> Pi -> My Sql database. I have put the JDBC Driver string as : com.mysql.jdbc.Driver

and Connection string as: jdbc:mysql://ip address of database server:3306/databaseName=...................

Iwould like to know whether I am correct or wrong? If I am wrong in these string parameters for mysql database , then can somebody correct me...

Thanks

With Best Regards

Suk4023

Accepted Solutions (0)

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You might want to check this thread

https://scn.sap.com/thread/1716669

ambrish_mishra
Active Contributor
0 Kudos

Hi,

Should be like below:

JDBC Driver  -----------------------com.microsoft.sqlserver.jdbc.SQLServerDriver

Connection   -------------------jdbc:microsoft:sqlserver://<db>:<port>;databaseName=<name>

Hope it helps!

Ambrish