Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    1,484

    Re: problem connecting sql server to java

    What does this print?

    } catch (ClassNotFoundException e1) {
    System.out.println(e1.getMessage());
    }

    A clearer message might be shown from this:
    System.out.println("CNFE " +...
  2. Replies
    6
    Views
    1,484

    Re: problem connecting sql server to java

    Where is the print statement that prints that on the console?
  3. Replies
    6
    Views
    1,484

    Re: problem connecting sql server to java

    I see an empty catch block for an exception. Is it missing reporting an exception?
Results 1 to 3 of 3