Re: [INTERFACES] ODBC: Problem with Fetching records

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Benoit Foucher <bfoucher(at)pratique(dot)fr>
Cc: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] ODBC: Problem with Fetching records
Date: 1998-05-05 15:12:22
Message-ID: 354F2C56.5FCF9C50@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 declare and 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 (and not from his cache) it hangs. The postgres backend put a message in the log file : a notice which say that the specified cursor doesn't exist.
>
> Someone has already note this problem ?
>
> Thanks, and sorry for my poor english...
>
> Benoit.
> mailto:bfoucher(at)pratique(dot)fr

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jackson, DeJuan 1998-05-05 15:22:45 RE: [QUESTIONS] problem with pgaccess
Previous Message Jose' Soares Da Silva 1998-05-05 10:00:27 Re: [INTERFACES] Postgres Locking, Access'97 and ODBC