I use the MySQL database and the
Tomcat 4.1.18 web server. I try to insert a record to a table message_thread in the MySQL database. The first column of that table is for the ID of each recored. I created that column (field) with INTEGER AUTO_INCREMENT. Therefore, I did not mention that field in the method that inserts records. I got an internal server error and the root cause is:
[ January 05, 2004: Message edited by: JiaPei Jen ]