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
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