Mail Archives: djgpp/2004/07/22/06:20:07
>
> From: sterten AT aol DOT com (Sterten)
> Subject: Re: btrieve 6+ library with djgpp support
>
> can you briefly say, what btrieve is and what it does ?
> I couldn't figure this out from the description.
> What's ddf ?
>
to satisfy your curiosity: btrieve is a (comercial) record manager server, that is facilitating access to isam organized data through software interrupts.
further development of btrieve made an sql server, and the meta information about the sql tables and indexes is being kept in a small collection of btrieve tables named file.ddf, field.ddf, index.ddf, fieldext.ddf and comment.ddf. this is where ddf comes from.
btrieve has been widely used for efficient (yet low level isam) applications and application generators, and is now been used also as the backend of the pervasive sql server.
see http://www.pervasive.com for more details.
best regards,
alex
- Raw text -