Search:

Type: Posts; User: Jack_Tauson_Sr

Search: Search took 0.21 seconds.

  1. Re: Something wrong in my database SQL Logic(JDBC) , please correct me.

    Thanks for your answer, I have printStackTrace() in my real code (updated the same here as well) but still wondering about the logic that I am using there. There are no exceptions thrown by my code.
  2. Something wrong in my database SQL Logic(JDBC) , please correct me.

    while (i < 7){

    try{
    Connection[] MainConnection = new Connection[7];

    String[] RemoteIPAddress = new String[7];

    RemoteIPAddress[0] =...
Results 1 to 2 of 2