ludoW23 wrote:
Hi,I'm studying Apache Derby and I'd like to lock a table during a select for example. Is it possible?
Yes, there is a LOCK TABLE statement you can use. Take a look at the manual "Derby Developer's Guide", specifically this page:
http://db.apache.org/derby/docs/dev/ref/rrefsqlj40506.html -- John
