Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Objects and EDB
Mon, Feb 12 2007 5:31 AMPermanent Link

Chris Erdal
Tim,

 I seem to recall that some time ago you mentioned that EDB would be
usable as a set of classes and objects we could access form Delphi without
using SQL, and that using it as an Object Database would be even faster
than as a Relational one. Is there any documentation on this I can take a
peek at?

--
Chris
(XP-Pro + Delphi 7 Architect + DBISAM 4.25 build 3 + EDB 1.00 build 6)
Mon, Feb 12 2007 3:53 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< I seem to recall that some time ago you mentioned that EDB would be
usable as a set of classes and objects we could access form Delphi without
using SQL, and that using it as an Object Database would be even faster than
as a Relational one. Is there any documentation on this I can take a peek
at? >>

It's just a difference in the access layer, not a change from a relational
database to an object database.  Instead of using the TDataSet architecture,
it means moving directly to using the native objects defined in EDB for
accessing tables, executing queries, etc.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image