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 Mike Lewis 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. rmerizalde

    Getting transaction connection

    I already found a way to do it, using the methods <code> createStatement </code> and <code> createPreparedStatement </code> in the class <code> oracle.jbo.server.DBTransactionImpl </code>
  2. rmerizalde

    Getting transaction connection

    I have an application that needs to update thousands of records. If I update the records within a while loop calling setAttribute method of each row will take too much time. I found a solution, use the executeMethod of oracle.jbo.Transaction. The problems is I can't pass paremeters to the...

Part and Inventory Search

Back
Top