Connection conn = null;
try
{
...
cumle = conn.createStatement();
...
cumle.excuteUpdate("INSERT INTO kelimeler(kelime,sayi) VALUES('"+deger[0]+"',1)");
...
}
I wrote this statement, I'm taking;
cannot resolve symbol
symbol : method executeUpdate (java.lang.String)
location: interface java.sql.Statement
error.I don't know what is the problem.