SQL -> Oracle
- From: "Marcelo [RM Sistemas]" <lombii@xxxxxxxxx>
- Date: Wed, 18 Jan 2006 09:35:48 -0300
I reaaly would you to comment about the situation below described:
I have a Delphi project with more than 300 units, accessing SQL Server
with BDE (using regular TQuery and TDatabase).
We here, don´t want to be limited to only SQL Server customers, having
also Oracle customers. And, once we will be already doing a big
work on updating (some functions wich works fine at SQL, don´t at Oracle) ,
we are considering to forget about BDE, and use something else, like ADO.
Questions:
- Considering costs/benefits, wich solution should i implement ? I
really don´t want to update my system so bad, and after that have this
system turned to
something else, but in the other hand, i really want to forget about BDE.
- Is there a component, to replace the TQuery component, wich
automatically converts query texts from SQL to Oracle ? Or i will have to
write a lot of IFs, in order to
use one query text or another, depending if the connection is to a SQL
Server or Oracle.
- All of our future Oracle customers, will use Oracle clients, so that´s
not a problem.
- Any other solution to have this done ?
Thanks in advance
.
- Follow-Ups:
- Re: SQL -> Oracle
- From: Didier Gasser-Morlay
- Re: SQL -> Oracle
- From: Thomas Miller
- Re: SQL -> Oracle
- From: Paul Dolen
- Re: SQL -> Oracle
- From: Brett Watters
- Re: SQL -> Oracle
- From: Bernhard Geyer
- Re: SQL -> Oracle
- Prev by Date: Re: Are "Delphi-sapiens" dying out?
- Next by Date: Re: SQL -> Oracle
- Previous by thread: BDS 2006 review in Bitwise Magazine (online)
- Next by thread: Re: SQL -> Oracle
- Index(es):
Relevant Pages
|