Board index » delphi » D4 and BDE3?

D4 and BDE3?

Our users use Paradox 5, Paradox 7, and Custom DB (BDE) apps.  As a
result, we have several versions of the BDE on our network.  Is it
possible to create apps using D4 and BDE3 instead of BDE5?

Right now some users receive an "Interface Mismatch.  Engine Version
Different Error."

If not has anyone successfully overwritten BDE3 with BDE5?

 

Re:D4 and BDE3?


On Mon, 21 Sep 1998 16:52:20 -1000, Erik Perez <er...@crch.hawaii.edu>
wrote:

Quote
>Our users use Paradox 5, Paradox 7, and Custom DB (BDE) apps.  As a
>result, we have several versions of the BDE on our network.  Is it
>possible to create apps using D4 and BDE3 instead of BDE5?

>Right now some users receive an "Interface Mismatch.  Engine Version
>Different Error."

>If not has anyone successfully overwritten BDE3 with BDE5?

No. This is just not possible. The BDE is backward-compatible, but not
forward compatible. That is, older versions of Delphi may use a newer
version of the BDE, but newer versions of Delphi cannot use older versions
of the BDE.

//////////////////////////////////////////////////////////////////////////
Steve Koterski                "I don't work for any company named Inpoop."
Technical Publications                           -- Steve Koterski, 1957-?
INPRISE Corporation
http://www.inprise.com/delphi

Re:D4 and BDE3?


You must use BDE 5 with D4. Installing BDE 5 over BDE 3 will not cause any
problem and your other apps will work fine with BDE 5 (at least I have not
had any problem).

--
Bill Todd
(Sorry but TeamB cannot answer questions received via email)
(Remove nospam from my email address to contact me for any other reason)

Re:D4 and BDE3?


Steve:

I must disagree, this is possible ...

I have just had to re-compile a Delphi4 (BDE5) application in Delphi3 (BDE4.5)
to get it to run in a BDE 4.X environment.

Error: Interface Mismatch.  Engine Version Different Error.

In article <360cd0bc.4302...@forums.inprise.com>,

Quote
  skoter...@NOSPAMinprise.com wrote:
> On Mon, 21 Sep 1998 16:52:20 -1000, Erik Perez <er...@crch.hawaii.edu>
> wrote:

> >Our users use Paradox 5, Paradox 7, and Custom DB (BDE) apps.  As a
> >result, we have several versions of the BDE on our network.  Is it
> >possible to create apps using D4 and BDE3 instead of BDE5?

> >Right now some users receive an "Interface Mismatch.  Engine Version
> >Different Error."

> >If not has anyone successfully overwritten BDE3 with BDE5?

> No. This is just not possible. The BDE is backward-compatible, but not
> forward compatible. That is, older versions of Delphi may use a newer
> version of the BDE, but newer versions of Delphi cannot use older versions
> of the BDE.

> //////////////////////////////////////////////////////////////////////////
> Steve Koterski                "I don't work for any company named Inpoop."
> Technical Publications                           -- Steve Koterski, 1957-?
> INPRISE Corporation
> http://www.inprise.com/delphi

-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp   Create Your Own Free Member Forum

Other Threads