File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes how do u do multiple updates in the database? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how do u do multiple updates in the database?" Watch "how do u do multiple updates in the database?" New topic
Author

how do u do multiple updates in the database?

rita aiyar
Greenhorn

Joined: Aug 01, 2006
Posts: 1
i wanted 2 know how can i do multiple updates in the database at d same time using JSP.
stu derby
Ranch Hand

Joined: Dec 15, 2005
Posts: 333
Originally posted by rita aiyar:
i wanted 2 know how can i do multiple updates in the database at d same time using JSP.


Set autocommit off
update 1
update 2
commit

You need to be using a database that supports transactionality (or a single-user DB, or a write-locking DB).
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Rita,
JavaRanch is a community of people from all over the world, many of who are not native English speakers. While using abbreviations like "u" instead of spelling out "you" is convenient when text messaging your friends on a cell phone or in a chat room, it presents an extra challenge to those that are already struggling with English. Additionally, such shortcuts may confound automated translation tools that patrons of the Ranch may be making use of.

I would like to ask for your help in making the content of JavaRanch a little easier to read for everybody that visits here by not using such abbreviations.

Thanks,
Jeanne
Forum Bartender


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how do u do multiple updates in the database?
 
Similar Threads
guide me
handling multiple database requests and updates
JMS - Transaction processsing
NX:Another way of accessing database
Santanu