Board index » off-topic » Delphi2005 BDE

Delphi2005 BDE


2004-12-08 11:06:23 PM
off-topic8
Can a Delphi 2005 application connect to Oracle using BDE ?
I read that SQL Link is not provided anymore.
Will it help if I install BDE 5.2/5.1 from an early version ?
Thanks in advance
 
 

Re:Delphi2005 BDE

lior ilan wrote:
Quote
Can a Delphi 2005 application connect to Oracle using BDE ?
I read that SQL Link is not provided anymore.
What you read is correct. The BDE SQL Links drivers have been
deprecated.
Quote
Will it help if I install BDE 5.2/5.1 from an early version ?
Thanks in advance
Yes.
--
Bill (TeamB)
TeamB cannot answer questions received via email
 

Re:Delphi2005 BDE

Hi
If this is the case would it be better to use ADO for future projects
not linked to specific databases? WHat would be the safest option for a
future design.
Bennie
Bill Todd wrote:
Quote
lior ilan wrote:


>Can a Delphi 2005 application connect to Oracle using BDE ?
>I read that SQL Link is not provided anymore.


What you read is correct. The BDE SQL Links drivers have been
deprecated.


>Will it help if I install BDE 5.2/5.1 from an early version ?
>Thanks in advance


Yes.

 

{smallsort}

Re:Delphi2005 BDE

What do you mean by "projects not linked to specific databases"? Do you
mean a project that must be able to use different database such as Oracle,
SQL Server, DB2, etc? If so and if you are referring to the Win32
environment then ADO is a good choice.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email