xsharp.eu • What does “RDD” stand for?
Page 1 of 1

What does “RDD” stand for?

Posted: Wed Mar 27, 2019 10:35 am
by Anonymous
What does RDD stand for? I’ve seen references about this assembly or later, but I have never need it explained what those letters mean.

It’s coming in 2.0.0.10 ??

What does “RDD” stand for?

Posted: Wed Mar 27, 2019 10:41 am
by robert
Matt,
RDD is a term that was introduced in clipper and has remained with us since then.
it stands for Replaceable Database Driver.
In Clipper you had to link in a specific library if you wanted another RDD then the default DBFNTX RDD, in VO and Vulcan the RDDs are DLLs that are dynamically loaded.

We have combined all RDDs in one assembly. This assembly now has support for DBF-DBT-NTX (the DBFNTX rdd), DBF-FPT-CDX (the DBFCDX rdd) as well Advantage drivers for these formats and the Advantage Proprietry ADSADT format

Build 2.0.0.9 already has the RDD DLL with DBFNTX and the advantage drivers. The next build will also include DBFCDX.

Robert