Board index » delphi » Delphi 3, Delphi 4 BDE 5.01 conflict?

Delphi 3, Delphi 4 BDE 5.01 conflict?

I seem to have some query conflict with a Delphi 3 app and a Delphi 4 app
running at the same time.  When I open the Delphi 4 app and then open the
Delphi 3 app in that order, the Delphi 3 app query does not return any
results.  When I close the Delphi 4 app and then run the query again, I get
results. If I open the Delphi 3 app first and then the Delphi 4 app, the
Delphi 3 app returns results.

Anyone know what might cause this? I figure it is some bde conflict between
the two versions.

Thanks for any help.

 

Re:Delphi 3, Delphi 4 BDE 5.01 conflict?


In alt.comp.borland-delphi Int Net <gwri...@corpsoftworx.com> wrote:

Quote
> I seem to have some query conflict with a Delphi 3 app and a Delphi 4 app
> running at the same time.  When I open the Delphi 4 app and then open the
> Delphi 3 app in that order, the Delphi 3 app query does not return any
> results.  When I close the Delphi 4 app and then run the query again, I get
> results. If I open the Delphi 3 app first and then the Delphi 4 app, the
> Delphi 3 app returns results.

Yes, this is conflict between two versions. Try to make a installation
version with BDE 5.0 on Delphi 3.0. I experienced that this wouldn't be
possible. During installation, when setting BDE configuration, error message
appears "Merging configuration files failed". It seems that some problem
lies in BDE configuration.

I have allso used BDE V4.5. With 4.5 version all works perfectly. Allso I'm
able to use Access97.

Quote
> Anyone know what might cause this? I figure it is some bde conflict between
> the two versions.

It seems that only Delphi3 isn't in love with BDE V5.0. So, my
recommendation to you is that you transfer all of yours application to
Delphi4.0 and recompile them. I'm sure that will works.

Dalibor!

Other Threads