java.sql.SQLException:Database Locked

前端 未结 1 370
予麋鹿
予麋鹿 2021-01-17 07:49

I\'m having problem \"java.sql.SQLException:Database Locked\" with this. I did a login screen to my program, after that it\'s opening a jFrame which I designed. And I made a

相关标签:
1条回答
  • 2021-01-17 08:31

    this is not the way for inserting pst.execute(); use this way

    pst.executeUpdate();
    
    0 讨论(0)
提交回复
热议问题