Duplicate values inserted!

2008-11-17 Thread jean claude babin
Hello, I'm using Eclipse 3.3 and I use a model class HandlereplyModel.java to insert values to a mysql database using mysql5.0 server.When I run my application, I got duplicate values everytime I enter a record. my java class is : import java.sql.Connection; import java.sql.DriverManager;

Re: Duplicate values inserted!

2008-11-17 Thread Carlos Proal
Seems fine to me, i guess the problem is somewhere else. Maybe you should try a full trace in Eclipse to detect the issue. Carlos jean claude babin wrote: Hello, I'm using Eclipse 3.3 and I use a model class HandlereplyModel.java to insert values to a mysql database using mysql5.0