Hello,

There seems to be a limitation in JSTL SQL taglib. As new connection is made
for every query and update tag, in case of multiple inserts it makes it
difficult to obtain the value of an auto-increment key from the last insert.

One workaround is to use transactions, but that is a fairly advanced
mechanism and not always appropriate. Nor is it available from many popular
databases that are likely to be used with this tag library.

lev.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to