tags:

views:

29

answers:

1

How to set up type 1 connectivity with MySql datasource and java application in windows xp service pack 3 environment?

+3  A: 

Type I? Why not Type IV, the 100% Java solution using the JDBC driver? This MySQL forum response agrees with me - it's not the right way to go.

I'd recommend sticking with Type IV JDBC connector.

duffymo
+1: The higher the type number, the better... usually.
R. Bemrose