Results 1 to 11 of 11

Thread: "Delete" Action

  1. #1
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    "Delete" Action

    I'm doing a java assignment where I'm supposed to add a "Delete" action. I have been trying for one month now and I'm almost giving up. I don't know what code to post here, but here is the whole thing. Forgive for uploading everything. I did everything that contains "Delete". Please help.
    Attached Files Attached Files

  2. #2
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: "Delete" Action

    When you say "Delete" what are you meaning to delete a file, data in a database?
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  3. #3
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    Re: "Delete" Action

    The application saves addresses for people that is name and address, you can also view an address for one individual by typing his/her name and you can view all the names in the address book, all these via console. I'm supposed to add a "Delete" option, where you can delete a name of a saved individual. Here, let me attach the original source application.
    Attached Files Attached Files

  4. #4
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: "Delete" Action

    Hi,

    I could not open the project but try the code here.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  5. #5
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    Re: "Delete" Action

    You cant open the app because it is not compiled. I use the batch file "compile" below and run it using the batch "run" below. Please try it. You compile through msdos window after navigating to where the files are. Folder SVN_LOCAL, files compile.bat and run.bat should be in the same folder. Once again, please help me.
    Attached Files Attached Files

  6. #6
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: "Delete" Action

    Have you tried the code I linked to in post #4? Could you please upload the actual java project rather than an svn source.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  7. #7
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    Re: "Delete" Action

    I tried the code yes, but that is not what I'm looking for. Can you please kindly look at the whole thing here...? http://www.filehosting.org/file/deta...344/Delete.rar

  8. #8
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: "Delete" Action

    Could please upload the project to the forums rather than using an external upload site. The link I received in the email keeps saying the download links I am sent are invalid and hence I can't download the file.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  9. #9
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    Re: "Delete" Action

    The file size is about 1 mb so I can't upload it to the forum. Please try this, kindly.. http://rapidshare.com/files/699796760/Delete.rar
    Thank you..

  10. #10
    Member
    Join Date
    Aug 09
    Location
    Nairobi
    Posts
    58

    Re: "Delete" Action

    Is there anyone who has been able to do this?

  11. #11
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: "Delete" Action

    What about using prepared statements?
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •