Board index » delphi » Can D3 Pro access Oracle DB?

Can D3 Pro access Oracle DB?

Can Delphi 3 Professional access Oracle 7 DBs?

I've heard that it can, and that the Client/Server version is for Client AND
Server system development.  Is this right?  I'd like to only buy what I need
to access Oracle 7 DBs.  (There's a $1400 difference between Pro and C/S!)

Thanks in advance!

Todd Hale -> Dolt Head

   ()      ()      ()      ()      ()      ()      ()      ()      ()
  /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\
_.-##..___.##--..__##.---..##_..---##___..-##..___.##--..__##.---..##_.
_.-|//___..|//.___.|//-.___|//--.__|//---._|//.---.|//..---|//_..--|//_
_.---.___.---.___.---.___.---.___.---.___.---.___.---.___.---.___.---._
_.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__
toddh...@writeme.com    3D Skiers!    http://www.lgcy.com/users/t/thale

 

Re:Can D3 Pro access Oracle DB?


Delphi 3 Professional ---No
Delphi 3 Client/Server version  --- Yes

Todd Hale <toddh...@lgcy.com> wrote in article
<5orpm9$b3...@beast.sjf.novell.com>...

Quote
> Can Delphi 3 Professional access Oracle 7 DBs?

> I've heard that it can, and that the Client/Server version is for Client
AND
> Server system development.  Is this right?  I'd like to only buy what I
need
> to access Oracle 7 DBs.  (There's a $1400 difference between Pro and
C/S!)

> Thanks in advance!

> Todd Hale -> Dolt Head

>    ()      ()      ()      ()      ()      ()      ()      ()      ()
>   /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\    /[]\
> _.-##..___.##--..__##.---..##_..---##___..-##..___.##--..__##.---..##_.
> _.-|//___..|//.___.|//-.___|//--.__|//---._|//.---.|//..---|//_..--|//_
> _.---.___.---.___.---.___.---.___.---.___.---.___.---.___.---.___.---._
> _.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__.---.__
> toddh...@writeme.com    3D Skiers!    http://www.lgcy.com/users/t/thale

Re:Can D3 Pro access Oracle DB?


If you purchase the Pro version you will have to use the Oracle ODBC
driver.... If you go client/server you will be able to use the native
SQL link drivers that come with Delphi.

hth

Robert Schieck
-------------------------------------------------------------
Borland Certified Delphi Instructor
Borland Certified C++ Builder Instructor

MER Systems Inc.  http://www.mers.com

Re:Can D3 Pro access Oracle DB?


I assume that the ODBC connection still is included with D3 so therefore
yes (I still havent gotten D3). What you get in the C/S package is the
option of connection directly to Oracle without connecting thru ODBC.

C/S solution:
Delphi app ---> BDE ---> Oracle Server

Pro solution:
Delphi app ---> BDE ---> ODBC ---> Oracle Server

Pro solution with 3rd party database connection such as ODBC express:
Delphi app ---> ODBC (tru ODBC Express) --> Oracle Server

Hope this help you on the way...

Quote
> Can Delphi 3 Professional access Oracle 7 DBs?

> I've heard that it can, and that the Client/Server version is for Client
AND
> Server system development.  Is this right?  I'd like to only buy what I
need
> to access Oracle 7 DBs.  (There's a $1400 difference between Pro and
C/S!)

--
|_o_
   |  |         This message was brought to you by Fredrik Larsson.
_/ \_            mail2fred @ hotmail.com (space spam protect)

===================================================================
* Home          http://home3.swipnet.se/~w-33398/
* World of links        http://home3.swipnet.se/~w-33398/world/world.html
* Developers
* corner:       http://home3.swipnet.se/~w-33398/developer/
===================================================================

Other Threads