Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle & Delphi

Re: Oracle & Delphi

From: Marcelo Muzilli <mmuzilli_at_ig.com.br>
Date: Wed, 04 Sep 2002 15:12:40 -0700
Message-ID: <3D768558.7961795E@ig.com.br>

Howdy Laurent,

you can develop your application with the N-tier concept using CORBA or DCOM technology. Through this you will serialize all database access in a single connection. The MIDDLE tier will be the brain of your application and all clients will connect it (not in the server). With this you can for example, control the access in the machine server.

Regards,

-- 
Marcelo Muzilli
Support Engineer
mmuzilli_at_ig.com.br
Received on Wed Sep 04 2002 - 17:12:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US