executeUpdate multiple times

I have a busch of update queries in a vector object. When I iterate this vector and invoke executeUpdate on Ststement or PreparedStatement object. i'm not able to execute the queriesany ideas?
[207 byte] By [123manisha] at [2007-11-26 21:20:23]
# 1
1) What exactly does "not able to execute the queries" mean? Exceptions? stackTraces? Some info dude. There are not many mind reader developers around this forum.2) Explain what a busch is (J/K)
benubacha at 2007-7-10 2:59:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Show us the relevant sample code , please post it inside the CODE tags - using code button.

Also, try JDBC related question in a JDBC forum http://forum.java.sun.com/forum.jspa?forumID=48 instead of JSP/JSTL forum.

Full list of forums:

http://forum.java.sun.com/index.jspa?tab=java

appy77a at 2007-7-10 2:59:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Exceptions might be encountered like 1. connection could not be established2. wrong sql statement3. wrong arguments passedposting the stack trace might help. and also you can use batch insert or update
jgalacambraa at 2007-7-10 2:59:23 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...