Re: psqlOdbc Ansi + BDE issues

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: psqlOdbc Ansi + BDE issues
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4E7E3D6@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на psqlOdbc Ansi + BDE issues  ("Miguel Juan" <mjuan@cibal.es>)
Список pgsql-odbc

> -----Original Message-----
> From: Ludek Finstrle [mailto:luf@pzkagis.cz]
> Sent: 27 November 2005 22:01
> To: Miguel Juan
> Cc: Dave Page; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] psqlOdbc Ansi + BDE issues
>
> Hello,
>
> > the problem is produced by the 'Use declare fetch' option. If it
> > is unchecked the SQL explorer works OK. Otherwise, if it's checked
> > each table appears a few times, depending on the number of tables
> > in the database.
>
> Not so exactly. It depend on the number of tables _and_ cache size
> parametr. The problem is in fetching all rows in PGAPI_Tables
> but excepting only "cache size" entries in PGAPI_ExtendedFetch.
>
> I attach one line patch. Try it and report next problems.

Thanks Ludek - works nicely here. Patch applied.

Regards, Dave

В списке pgsql-odbc по дате отправления:

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000444 ] Table names repeated in BDE with usedeclarefetch=1
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Re: Postgresql Performance