Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    Try asking the database questions in that section of the forum.
    See post#18
  2. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    If you need help with databases, there is a section of the forum for databases:
    JDBC & Databases
  3. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    I don't have databases on my PC

    If you need help with databases, there is a section of the forum for databases:
    http://www.javaprogrammingforums.com/jdbc-databases/
  4. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    Can you explain what the problem with the posted code is?
    When I select a row, the row is hi-lighted.
    When I press the Delete button, the selected row is deleted.
  5. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    Make a small testing program without the database and post that.

    If your problem is with the database, I can NOT help you.
  6. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    What are you having problems with?
    Working with a database
    or working with a JTable?

    If with the JTable then you need to write a smaller, simpler program that only uses a JTable.
    Not many...
  7. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    Why does the code extend JApplet and have a main() method? Applets do not use the main() method.

    Why is this statement in the code two times:

    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");

    ...
  8. Re: HELP !!!!!!! URGENT !!!!! how to select on a specific row in JTable and delete it (with also changes in database microsoft access) , the JTable i create already retrieve the data from microsoft access file

    The posted code does not compile without errors. Please correct the warnings and errors.
Results 1 to 8 of 8