Re: [INTERFACES] ODBC: Problem with Fetching records - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject Re: [INTERFACES] ODBC: Problem with Fetching records
Date
Msg-id 354F2C56.5FCF9C50@insightdist.com
Whole thread Raw
In response to [INTERFACES] ODBC: Problem with Fetching records  ("Benoit Foucher" <bfoucher@pratique.fr>)
List pgsql-interfaces
Hi,

This looks like it may be a different problem than the locking problem already discussed.

Please send me the driver's commlog file (C:\psqlodbc.log).  You can enable it on the setup dialog box.
Then run your application with the problem, close it, and send the logfile.

Thanks,

Byron


Benoit Foucher wrote:

> Hello,
>
> I've got a problem with the postgreSQL Driver. I use it with BDE from Borland. When I have more than one table
declareand when I fecth more than 100 tupples in one of the table, my program freeze. 
>
> I suppose that when there is two cursors open and when the ODBC Driver need to retrieve tupples from the database
(andnot from his cache) it hangs. The postgres backend put a message in the log file : a notice which say that the
specifiedcursor doesn't exist. 
>
> Someone has already note this problem ?
>
> Thanks, and sorry for my poor english...
>
> Benoit.
> mailto:bfoucher@pratique.fr




pgsql-interfaces by date:

Previous
From: "Jose' Soares Da Silva"
Date:
Subject: Re: [INTERFACES] Postgres Locking, Access'97 and ODBC
Next
From: "Jackson, DeJuan"
Date:
Subject: RE: [QUESTIONS] problem with pgaccess