Search:

Type: Posts; User: PhHein

Search: Search took 0.27 seconds.

  1. Thread: Autocommit

    by PhHein
    Replies
    3
    Views
    1,630

    Re: Autocommit

    Then this is wrong/ error prone:
    query7.setString(1,ReleaseDate);
  2. Thread: Autocommit

    by PhHein
    Replies
    3
    Views
    1,630

    Re: Autocommit

    That query7.executeQuery(); inside the while loop is nonsense. Is RELEASEDATE a CHAR/VARCHAR or a DATE column? You fetch the titles into the TITLE String which is defined inside the loop, so you can...
Results 1 to 2 of 2