Re: Slow performance with SQL and stmt.executeUpdate()
- From: Alfred <user@xxxxxxxxxxx>
- Date: Sun, 27 May 2007 07:55:32 +0200
joeNOSPAM@xxxxxxx wrote:
On May 25, 2:35 pm, John Gordon <gor...@xxxxxxxxx> wrote:
...
Hi, yes. Look at the Statement addBatch() and executeBatch() calls.
Joe Weinstein at BEA Systems
To OP: And use PreparedStatement for operations like this
because on server side it will be a precompiled procedure
after creating.
Alfred
.
- References:
- Slow performance with SQL and stmt.executeUpdate()
- From: John Gordon
- Re: Slow performance with SQL and stmt.executeUpdate()
- From: joeNOSPAM@xxxxxxx
- Slow performance with SQL and stmt.executeUpdate()
- Prev by Date: Re: JDBC: Fast way to find the number of rows in a ResultSet?
- Next by Date: Re: jdbc connection to MS access database
- Previous by thread: Re: Slow performance with SQL and stmt.executeUpdate()
- Index(es):
Relevant Pages
|