Remote connection to oracle

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
nyxtech
Posts: 1
Joined: Mon 05 Sep 2005 11:28
Location: Brasil

Remote connection to oracle

Post by nyxtech » Mon 05 Sep 2005 11:31

Remote connection with oracle.

I would like to know if this driver dbExpress, I obtain to carry through simultaneas and remote connections to the server oracle. Today I use local connection BDE and need to migrar for this type of connection.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 06 Sep 2005 06:21

What do you mean on remote connection?
DbxOda can connect to Oracle server that is situated on other computer. DbxOda can connect it using Oracle client software or without it (directly through TCP).
You can use several TSQLConnection components and run several simultaneous connections to one or many Oracle servers, situated on another computer.

Post Reply