DBFCDX incarnations

This forum is meant for anything you would like to share with other visitors
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBFCDX incarnations

Post by wriedmann »

Hi,

only for reference I will try to put together the current incarnations of the DBFCDX database I'm aware of:

- FoxPro, the original one. Latest release was 2007, current copyright holder is Microsoft. This product is officially dead.

- SuccessWare, first appeared in Clipper 5.2. Current implementation is ApolloDB, latest release January 2018. No RDD for VO, only Ado.NET and Delphi VCL. There is also a server edition, ApolloDB Server. The company seems to be alive.

- Comix, first appeared in Clipper 5.3. The original developer was Dave Kuechler, LoadStone Inc. This implementation was sold to CA and used in both VO and Vulcan.NET. There was also a server edition named Fortress and sold also by GrafX. AFAIK Dave Kuechler died several years ago.

- Codebase by Sequiter, a C/C++ library. The company is gone.

- Harbour/xHarbour. Implementation in C/C++, open source.

Wolfgang

P.S. the FlagShip people has done their own RDD DBFIDX - if you need to access DBFCDX databases from FlagShip applications you need CodeBase.
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

DBFCDX incarnations

Post by Fab64 »

Hi Wolfgang,

Currently I use routines written in Clipper 5.2 recompiled in Harbour 3.0 using dbf. They are not bad.

Since the Harbour drive are open source could it be a good starting point for implementing X# drive RDD?

Fabrizio
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBFCDX incarnations

Post by wriedmann »

Ciao Fabrizio,

I think the same. Since the X# drivers will be open source too, this should be possible.
I don't know the Harbour license, but I don't think it would be possible if the X# driver would be closed source.

It is a pity that most other (tested and working) implementations are dead now....

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Fab64
Posts: 63
Joined: Mon Nov 23, 2015 12:26 pm

DBFCDX incarnations

Post by Fab64 »

Ciao Wolfgang,

I go to memory, they should be freely editable enough to also distribute the original sources. however I think that the xHarbour / Harbor community could like to have the implementation in X # and anyway it should not be impossible to find agreements with the Harbour's developers

Fabrizio
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBFCDX incarnations

Post by wriedmann »

Hello,

after doing some tests with ApolloDB in X# I sent a few questions to the producer, the first time as email, the second time from their web form.
Unfortunately, I haven't received any answer from them.

Yesterday I decided to buy a license because I needed that for a small utility. Their webshop declined both of my creditcards I tried - and again I sent them a message through their webform - and again without any answer.

Attached to this message you can find my X# application that executes a SQL select to a DBF using ApolloDB (the demo version).
Dbselect.png
Dbselect.png (17.99 KiB) Viewed 285 times
Wolfgang
Attachments
DBFSelect.zip
(2.95 KiB) Downloaded 36 times
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

DBFCDX incarnations

Post by robert »

Wolfgang,

Maybe the sales people at Apollo went to the same marketing training that the sales staff from GrafX attended <g>.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBFCDX incarnations

Post by wriedmann »

<g>
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

DBFCDX incarnations

Post by ic2 »

Maybe the sales people at Apollo went to the same marketing training that the sales staff from GrafX attended


Indeed. I remember having received an email from this 'sales staff' after multiple attempts, on a very reasonable question, with the word "I chose not to answer".

That seems to be a policy of many nowadays. On one hand companies spend millions to buy or collect customer behavior data and on marketing efforts while just keeping a customer happy by reacting promptly on questions or complaints, a much less expensive option, is far less common.

Dick
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

DBFCDX incarnations

Post by wriedmann »

Hi Dick,

this is really a pity.... for some applications this library could be interesting, but the lack of responses makes it unusable.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply