recompiling doa - extending TOracleQuery

Cvarak

Member
hi!

due to the very intensive and performance critical
functions using doa i came to the only possible solution for my performance issue = extending TOracleQuery.

i know, normally i should inherit, yet it's hands on and i must use private objects from the query, (avoiding) encapsulation.

i actually added some functions (in the source code) as "fast" version of existing and well functioning routines.

but i experienced problems during the compilation - either no effect or some
of the modules (logon) are "compiled with differnt delphi version".

how to compile it?
is it possible/allowed to extend the functionality in this way?

thx,
cvarak
 
The easiest way to compile the source files without any danger of conflicts is to copy them from the DOA\Source directory to the DOA directory. The DOA directory is in the search path. After editing the source files you can simply recompile your project to include these changes. To include the changes in the design time package, open the package doa40dx.dpk an compile it.
 

Similar threads

Back
Top