
Anybody using Oracle Objects for OLE?
Quote:
>My next project will involve some Oracle7 front-end
>development. The front-end wil be written in VB3 or
>VB4-16Bit and deployed on 60MHz Pentiums , 16 Mb Ram ,Win 3.1.
>on Novell using TCP/IP. As this is my first encounter with
>Oracle and Client/Server development,I would appreciate any
>advice.
>What do you think of Oracle Objects for OLE?
>Anybody using it for serious DB development?
>Is it solid?
>How's the performance?
I have found OofOle to be easy to code for, nice and fast, with minimal
problems concerning memory leaking. Oracle claims they will have a fix soon.
You will want to follow standard rules concerning clearing dynasets, and use
Execute Sql statements to do updates and inserts.
I have used it to write a Fleet Management App for a Teleco. They have
9k employees and 4k vehicles. Their fuel/maintenance records are about 250k
records. I haven't noticed any problems with speed. Of course, the queries
are indexed accordingly.
The database is running on SCO Unix. I would not plan on using POra7 for
serious production. Personal Oracle 7 is used for development and test
databases. Its also very good.
Quite powerful, and easy to use. I give it 4.5 out of 5.
Henry Norris