Show/Hide Toolbars

XSharp

This DLL contains the various RDDs that come with X#:

DBFNTX (including DBT memos);

DBFCDX (Including FPT memos);

DBFVFP = DBFCDX with support for additional Visual FoxPro datatypes.

 

You can also uses "limited" RDDs which do not have all the functionality:

CAVODBF or DBF: Just DBF Files;

DBFDBT: DBF files with DBT memos, no index support;

DBFFPT:  DBF files with FPT memos, no index support.

 

The Advantage RDDs (require external advantage DLLs, such as ACE32, ACE64, adsloc32.dll, adsloc64.dll, etc.):

ADSADT;

AXDBFCDX;

AXDBFNTX;

AXDBFVFP;

 

Advantage.ADSADT;

Advantage.AXSQLCDX;

Advantage.AXSQLNTX;

Advantage.AXSQLVFP.

 

In one of the coming releases we will add support for:

DBFMEMO = DBF + NTX + DBV;

DBFBLOB = DBF without associated DBF file;

DELIM;

SDF.

and perhaps, if there is enough interest:

DBFNSX = DBF + SMT + NSX.