Java Prepared statement not executing

后端 未结 4 546
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-24 02:46

I have created a small 3 tier program, consisting of : front end -> servlet -> database.

Front end I enter some details into a form. They are passed to a servlet, which

4条回答
  •  时光取名叫无心
    2021-01-24 03:26

    Answer: The database ID was not set to auto increment. For some reason this does not allow you to then insert data to table. Thanks to ChadNC for pointing this out.

提交回复
热议问题