Menu

RE: Example substitution process

Help
2006-05-15
2013-03-11
  • bubblelicious

    bubblelicious - 2006-05-15

    One more thing  there is an error in the code remove query in this line :

    ResultSet rs = statement.executeQuery(query);

    It must be:

    ResultSet rs = statement.executeQuery();

    Regards,
    Bubble

     
    • bubblelicious

      bubblelicious - 2006-05-15

      My did it makes a new thread?
      Sorry for that.

      Plz delete it

      Bubble

       

Log in to post a comment.