Re: EDB from a system designer's viewpoint
- Posted by "Euman" <euman at bellsouth.net> Jan 18, 2004
- 515 views
----- Original Message ----- From: "Pete Lomax" <petelomax at blueyonder.co.uk> > There are however some other possibilities (which I have not tested): > EDS/Net by Jonas Temple > Tsunami wrappers by Euman [don't think this has proper locking] Tsunami doesn't apply any locks when a file is opened in multi-user mode until you insert, update or delete a record... then a lock is imposed, but only for the few milliseconds it takes to modify the file and update the file's header. Locks are not applied during any read operations when in multi-user mode. > ODBC(3) by Tone Skoda, Matthew Lewis, and Jonas Temple > SQL(3) by Jonas Temple, Matthew Lewis, and Ray Smith > > You can find these by searching at > http://www.rapideuphoria.com/contrib.htm > > Regards, > Pete