Re: psqlOdbc Ansi + BDE issues - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: psqlOdbc Ansi + BDE issues
Date
Msg-id 20051127220109.GA21801@soptik.pzkagis.cz
Whole thread Raw
In response to Re: psqlOdbc Ansi + BDE issues  ("Miguel Juan" <mjuan@cibal.es>)
List pgsql-odbc
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.

Best regards,

Luf

Attachment

pgsql-odbc by date:

Previous
From: Dave Page
Date:
Subject: Re: VARCHAR, CHAR types changed ?
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000444 ] Table names repeated in BDE with usedeclarefetch=1