Re: ADO, set returning functions, ms acccess

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: brian stapel <brians_224(at)hotmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ADO, set returning functions, ms acccess
Date: 2006-10-03 02:26:37
Message-ID: 4521CA5D.5020709@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

brian stapel schrieb:
>
> When I try to incorporate this function into my ado application, it
> doesn't seem to return a recordset.
> [...]
>
> rs record count is -1.

I write without any testing or even looking at your stuff.

At least the 8.1.xx ODBC driver didn't support the recordcount of
returned recordsets.
It showed -1 regardless how many records were produced.

Try to read the recordset anyway and catch EOF to prevent a runtime-error.

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Sim Zacks 2006-10-03 08:36:35 Re: ADO, set returning functions, ms acccess
Previous Message brian stapel 2006-10-02 17:42:08 ADO, set returning functions, ms acccess