Re: SQLExecute get result to client? - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: SQLExecute get result to client?
Date
Msg-id 20020128145010.B14401@anxur.fi.muni.cz
Whole thread Raw
In response to Re: SQLExecute get result to client?  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-odbc
> > 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.

I tried this. But it has no effect. I'll try it once more.

Thanks

Luf

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Connection Problem
Next
From: "Joseph Watson"
Date:
Subject: Re: Connection Problem