version

2001-04-12 Thread Lebrun Jonathan
How can I replace MySql 3.22.xx with MySql 3.23.34. Uninstall 3.22.xx ? Thx. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

Error

2001-03-30 Thread Lebrun Jonathan
What's error 1062 ? Thanks.

Help me please !!

2001-01-19 Thread Lebrun Jonathan
I use mysql-jdbc-java. I connect java with my database and I've this message : DBLocationHandler: Figuring out the locations and names! (This is a one-time operation!) *** ERROR *** DBLocationHandler:SQL Exception: Column Index out of range * java.sql.SQLException: Column Index o

Please help

2001-01-12 Thread Lebrun Jonathan
This is my problem. I use JDBC and I'm connect my code with my table. If i use database test, it' ok but if i use another db (ex : link ) i 've an error : SQLException: General error: Access denied for user: '@localhost' to database 'mysql' SQLState: S1000 VendorError: 1044 java.lang.NullPo

Help me please

2001-01-12 Thread Lebrun Jonathan
I create a connection with Java and mm.mysql-1.0. I 'm running and this the complier messages : SQLException: General error: Access denied for user: '@localhost' to database 'link' SQLState: S1000 VendorError: 1044 java.lang.NullPointerException at conectiondb.ConnectionDB.(ConnectionDB.jav

jdbc

2001-01-11 Thread Lebrun Jonathan
Sorry for my English. I would like use jdbc with MySQL. I write this code but I've a running error. Why ? The code : import java.sql.*; import java.util.Properties; import java.io.FileInputStream; import java.io.IOException; public class ConnectionDB { private Connection con; public Conn