Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle & Delphi
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.brReceived on Wed Sep 04 2002 - 17:12:40 CDT