Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OO4O
>does anyone here know where a descent tutorial can be found on the subject
>matter
Have you taken a look at Oracle's documentation ? got to tahiti.oracle.com
I know it's NOT in "Application Developer’s Guide - Fundamentals" but it's
in one of the other
docs.
On windows client there is "Oracle Objects for OLE Documentation" under the Oracle menu.
>a particular item of interest would be how i can get the parse/execute
ratio level down
Use Bind Variable !
I use 0040 all the time. No ADO, ODBC (yuck !) for me....
I think it's the shortest path from Win app to the Oracle server.
If you're familiar with PL/SQL then I suggest you use stored
procedure/function
(Ref Cursor for SELECTS) that's where oo4o really shines thru and make your
app
VERY scalable.
Matthew White wrote in message ...
>hi everyone,
>
>i am currently developing an oracle front end in visual basic using the
>native oo4o connection method.
>
>does anyone here know where a descent tutorial can be found on the subject
>matter.
>
>a particular item of interest would be how i can get the parse/execute
ratio
>level down and generally inprove performance, my DBA is about a whisker
away
>from killing me.
>
>please help.
>
>Matt
>
>
Received on Mon Nov 25 2002 - 15:44:00 CST
![]() |
![]() |