Ludek Finstrle wrote:
>
[snip]
> There is difference between Postgres and MSSQL ODBC. Postgres load whole
> result to client in SQLExecute but MSSQL not. Table have +-500000 rows and
> transfer through net takes very long time.
>
> So my question is: Exists some patch to fix this? Or could you help me
> with basic information what I have to change?
Turn on the Use Declare/Fetch option.
It would work well with read-only applications.
regards,
Hiroshi Inoue