<no subject>

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

<no subject>

Dmitry Zamotkin-4
Hello, all,

I have tried to retrieve data from Oracle database throught Dolphin Database
Connection. And I revealed perfomance problem in fetch implementation.
Method ODBCLibrary >>sqlExtendedFetch:... always works like >>sqlFetch:,
fetching only single row. You can test it by setting breakpoint in
DBResultSet>>xFetch:at:.

Any comments?

Dmitry