cancel
Showing results for 
Search instead for 
Did you mean: 

Connection String for DB2

Former Member
0 Kudos

Hi All,

COuld someone pls provide me the connection string and the driver for DB2?

XIer

Accepted Solutions (0)

Answers (5)

Answers (5)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

check this thread

rgds

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

check which driver is instaled in the visual administrator, there you can get the connection String.

one common string is:

com.ibm.as400.access.AS400JDBCDriver

jdbc:as400://<server>/<data base name>

Rgds

Rewards point if helpful

Former Member
0 Kudos
Former Member
0 Kudos

Hi Xier !

Example

jdbc:db2://sysmvs1.stl.ibm.com:5021/san_jose:user=db2adm;password=db2adm;

Regards,

Matias.

Former Member
0 Kudos

Hi Xier !

Check this threads:

Regards,

Matias