Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nenkert

    JDeveloper 9i bugs? (or maybe i just don't know how to handle...)

    I can answer your first question. I am using JDeveloper 9.0.3 Preview. Open the help navigator and type 'bookmark' in the index tab and you can read this: ---------- Setting Bookmarks in Source Files You can use bookmarks in your source files to help you more quickly locate relevant material...
  2. nenkert

    How to get number of rows deleted

    Great, now I know how to get this information "inside the DB". Here is a follow-up question: How can I use this information inside a Java program. I guess the value of the ROWCOUNT variable must be returned in a ResultSet in some way, but how? This query does _not_ work: select...
  3. nenkert

    How to get number of rows deleted

    Ok, thanks. But can you give an example of how this variable can be returned? /Tobias
  4. nenkert

    How to get number of rows deleted

    Suppose I want to run this query: delete from TABLE where id=502 How do I get the number of rows deleted? I would prefer to get this information from the JDBC driver but any other information is also great. Thanks! /Tobias Nenkert

Part and Inventory Search

Back
Top