Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

My magic self-filling database[Help]

Options
  • 13-12-2006 6:05pm
    #1
    Registered Users Posts: 221 ✭✭


    I'm writing a web app which is running on apache tomcat. it consists of a web page which allows users to upload an xml file. the uploader saves the file to disk and passes the file to a parser program which outs the parsed information from the xml into a data structure which is sent to another piece of code which puts it into an oracle data base. (apologies for lack of punctuation.)

    The problem is that when I got it working I put in several records. now when ever I open oracle there all there even after I delete all records in the table.

    Can anyone tell me what is happening here?

    I should say this is a college project but I think I’m ok I asking.

    All help will be hugely appreciated


    -Elfman


Comments

  • Registered Users Posts: 11,980 ✭✭✭✭Giblet


    commit;


  • Closed Accounts Posts: 3,357 ✭✭✭Beano


    What are using to do the deletes? I've just done a little test here with SQLPlus worksheet and you need to explicitly commit the deletes while the window is open. If you close SQLPlus Worksheet it does an implicit commit. Giblet is probably correct but some more information would be useful.


Advertisement