I am trying to do a code which would check if an email address exists in database. I am doing this in java netbeans. Pls help. Below in the code

后端 未结 0 587
星月不相逢
星月不相逢 2020-12-14 11:55

Connection con = null;

PreparedStatement pst1 = null;

PreparedStatement pst2 = null;

ResultSet r1 = null;

try {

    String query =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题