Search:

Type: Posts; User: mija

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,219

    Re: Problem with JTable and MySQL

    I SOLVED this i move

    pstm.executeUpdate();
    before

    index++;
  2. Replies
    2
    Views
    1,219

    Problem with JTable and MySQL

    I have a problem when updating MySQL database with values from JTable
    when i run this code


    package rd;

    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import javax.swing.*;
Results 1 to 2 of 2