Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: OO40 or ADO
Also if you use parameters in your queries (so you don't have to keep
rebuilding them) you will notice a large improvement.
Jim
"Torgo Jr" <torgojr_at_my-deja.com> wrote in message
news:8q5ftr$ovv$1_at_nnrp1.deja.com...
> In article <8q4lbc$qhh$1_at_nnrp1.deja.com>,
> froliol_at_my-deja.com wrote:
> > Greetings All, I am about to write an application that uses Oracle 8i
> > on the backend. My only question is whether or not I should used ADO
> > or OO4O? I read up on both and it seems OO40 give me more access to
> > the database, however, ADO is much more ubiquitous and faster? Please
> > send me your comments and/or opinions.
>
> I have some ASP web apps with all Oracle communication done on
> the server. I had them all using ADO, but once I tried OO4O
> I noticed some substantial performance improvements. OO4O talks
> directly to Oracle, and ADO has to go through an extra ODBC
> layer to get to the database (at least in my setup). If Oracle
> is the only database you are dealing with, I'd highly recommend
> OO4O.
>
> > Thanks, Louis
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
> >
>
> --
> "Hear that? Sounds like Norm Abrams getting killed by
> a giant chicken." - Crow T. Robot
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Sep 18 2000 - 20:50:09 CDT
![]() |
![]() |