Search:

Type: Posts; User: Slapy

Search: Search took 0.17 seconds.

  1. Thread: java SQL problem

    by Slapy
    Replies
    2
    Views
    1,037

    [SOLVED] Re: java SQL problem

    System.out.println(rs); is getting back null but by my opinion it should get back that id or am I wrong?

    god am so dumb. Problem was in line PreparedStatement query =...
  2. Thread: java SQL problem

    by Slapy
    Replies
    2
    Views
    1,037

    [SOLVED] java SQL problem

    Connection connection = null;
    try {
    connection = DriverManager.getConnection("jdbc:derby://localhost:1527/database","root","root");
    connection.setAutoCommit(false);...
Results 1 to 2 of 2