If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Delphi BDE on Oracle 9i

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-22-03, 00:09
kasi kasi is offline
Registered User
 
Join Date: Jan 2003
Posts: 6
Delphi BDE on Oracle 9i

Currently we have Delphi 2.0 application running with Oracle 7.3.3 client and connecting to Oracle 7.3.4 in Sun Solaris Server.

We are planning to migrate the Oracle server to Oracle 9i and keep the client as oracle 7.3.3. We are using Delphi BDE connection.

My query is

1. Will BDE work with Oracle 9i server and Oracle 7.3.3 client?
2. If it works will I have any feature disadvantage of keeping the client in lower version ?
3. Will BDE work with Oracle 9i server and Oracle 9i client?

thanks
Reply With Quote
  #2 (permalink)  
Old 02-24-03, 19:10
RDWilson2 RDWilson2 is offline
Registered User
 
Join Date: Feb 2003
Location: San Antonio, TX
Posts: 31
Delphi BDE on Oracle 9i

Your wrote:
Delphi BDE on Oracle 9i
Currently we have Delphi 2.0 application running with Oracle 7.3.3 client and connecting to Oracle 7.3.4 in Sun Solaris Server.

We are planning to migrate the Oracle server to Oracle 9i and keep the client as oracle 7.3.3. We are using Delphi BDE connection.

My query is

1. Will BDE work with Oracle 9i server and Oracle 7.3.3 client?
2. If it works will I have any feature disadvantage of keeping the client in lower version ?
3. Will BDE work with Oracle 9i server and Oracle 9i client?

thanks
__________________________________________________ ________

1. Technically, yes, the BDE will probably work with the
Oracle 9i server and Oracle 7.3.3 client . . . however,
why would you want it to? My understanding is that Oracle rather
strongly suggests having both the server and client at the same
release level . . . it simplifies figuring out what is screwing up.

2. You will absolutely feature disadvantages from keeping the client
in lower version. In the first place, there have been _MAJOR_
improvements in Delphi since D2 (Hey, we're on _D7_, for heaven's
sake). In the second place, the BDE has also been improved. In the
third place, there is a better answer than the BDE anyway _IF_ you
move to something like D5, D6, or D7.

3. Technically, yes, the BDE will probably work with the
Oracle 9i server and Oracle 9i client . . . however, again,
why would you want it to? See the answer to 2. above.

Essentially, the newer versions of Delphi offer the use of both ADO and DAO (Direct Oracle Access) components to improve (and I mean VASTLY improve) your access to Oracle.
__________________
Ralph D. Wilson II
email: rwilson@thewizardsguild.com
URL: http://thewizardsguild.com

"Any sufficiently advanced technology is indistinguishable from magic." A.C. Clark
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On