Search:

Type: Posts; User: butterflycode

Search: Search took 0.09 seconds.

  1. Re: Inventory application with Read, Delete, Insert and Update Methods

    Hello. Can anyone help me with this code? Thanks!




    private void read_actionPerformed(ActionEvent e) {

    String partNumber = txtPartNumber.getText();

    try{
  2. Re: Inventory application with Read, Delete, Insert and Update Methods

    Can anyone help me with this code?X_X
  3. Re: Inventory application with Read, Delete, Insert and Update Methods

    Is this the correct way?I am sorry. I never used this website before...I attached the .java code in a zip file if that helps...





    private void read_actionPerformed(ActionEvent e) {
    ...
  4. Re: Inventory application with Read, Delete, Insert and Update Methods

    How do I do that?



    --- Update ---

    This is one of the errors I get when I try to update the price from item partNumber 22222. Thats the only item I can read to try to update and it. When I...
  5. Inventory application with Read, Delete, Insert and Update Methods

    Can anyone help me with the read, insert, delete and update methods in my code? I believe the delete method is working OK but I get SQL errors when I use any of the other methods. I'm a beginner in...
Results 1 to 5 of 5