Hi, I get a problem when I use jsp to connect my database mysql. at first I wanna to view the data by using statement "select * from case", however, it can find my table, but it can't return any data and column. It only return some mess code to me. Then, I use the statament to insert sth. It said that " Can not issue data manipulation statements with executeQuery()". What should I do?