Re: MySQL 4.0.13 and JDBC

2003-06-18 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca wrote: > Hi, > > with MySQL 3.23.x i was able to retrieve information about Foreign keys > by using the JDBC's method getImportedKey. > > The same code running on MySQL 4.0.13 alway return a null vector. > I'm using mysql-connector-java-3.0.8-sta

MySQL 4.0.13 and JDBC

2003-06-18 Thread Luca
Hi, with MySQL 3.23.x i was able to retrieve information about Foreign keys by using the JDBC's method getImportedKey. The same code running on MySQL 4.0.13 alway return a null vector. I'm using mysql-connector-java-3.0.8-stable-bin.jar to access MySQL. There's somthing that I must set on MySQL