Upgrading doa I must to upgrade client?

paolo

Member
HI all,
I've developed in Delphi5 an application that using doa for delphi 5

Next I upgrade my system to delphi2005 (with doa for delphi2005) and compile it

Bat the new application go 50% slow than prior application (write in delphi5)

I've change my client oracle from 8 to 9 (only the client!) and the application write in d2005 runa equally fast than the application write in d5

Someone know about this bug?
I must use client 9 in Doa for D2005?

Thanks
Paolo
 
An Oracle8 and Oracle9 client should run equally fast, if all other settings are the same. Do you know if any particular query or queries run slower?
 
All query with application build in delphi2005
run with client 8,
30% slow than
with client 9
(i.E.
"select * from customers
where Name like 'GEORGE%' ")
 
Back
Top