Re: edb problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Nov 16, 2006
- 538 views
On Wed, 15 Nov 2006 15:45:06 -0800, Vlado Kusnirak <guest at RapidEuphoria.com> wrote: >Hi, I have small edb database and it has two records with the same key. How it >could happen? I use Euphoria 3.0.0. That could easily happen if you have more than one program updating the database at the same time. Make sure you always open databases with DB_LOCK_EXCLUSIVE. Regards, Pete