Re: [JDBC] UpdateableResultSets and concurrency.

2001-07-09 Thread Ola Sundell
On Sun, 8 Jul 2001, Ola Sundell wrote: On Tue, 26 Jun 2001, Dave Cramer wrote: Ola, How are you planning on determining if the underlying data has been changed by some other process? There is a system column called xmin which can be used, however you will have to add it to the

[JDBC] UpdateableResultSets and concurrency.

2001-07-08 Thread Ola Sundell
On Tue, 26 Jun 2001, Dave Cramer wrote: Ola, How are you planning on determining if the underlying data has been changed by some other process? There is a system column called xmin which can be used, however you will have to add it to the select. Dave At first, I will let the backend