Re: EDB from a system designer's viewpoint
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jan 18, 2004
- 512 views
On Sat, 17 Jan 2004 03:41:23 -0800 (PST), Miklos Hollender wrote: >1) Keys. No. You have to maintain separate tables to simulate this. >2) Transaction management, commit/rollback features. See next >3) Multi-user features - locking. Not really. You could build a set of updates, and lock exclusively prior to verifying records still exist/still do not exist etc before applying the updates. You'd have to write your own log file for rollback though ;-(( 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] 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