>
> I am using 3.51 connector. What do you think could I install both versions? Do not get into conflict? And what is the advantace over the MySQl Connector/5.1? They are both presented on almost the same page by Sun on
http://dev.mysql.com/downloads/connector.
>
> Thanks for guiding me.
>
> Regards,
>
> Koen
You can install both 3.51 and 5.1, and use one or the other by specifing the DRIVER parameter
Make shure you use the latest versions 3.51.26 and 5.1.5
In the example code I posted, the MySQL field type is TEXT
Carlos Alloatti