Re: ODBC Behavior, where do I find help? - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ODBC Behavior, where do I find help?
Date
Msg-id 3EAF3247.F2781E3B@tpf.co.jp
Whole thread Raw
In response to ODBC Behavior, where do I find help?  (Jon V <jon@cecorp.com>)
List pgsql-odbc
Jon V wrote:
>
> OK, the symptom is consistant with your explanation, so that makes sense
> in its way.
>
> I'm not sure how it applies to my greater problem though. Namely, I have
> a function stored in the database that returns a refcursor through 7.1
> and (despite my wishes) a status through 7.2. The symptoms are identical
> to the begin;query;end example, but because it is a function I can't
> remove the begin and end. :(
>
> Someone else must be doing the same sort of thing... has anyone had a
> similar problem?
>
> Is there a trick I've missed?  Right now we are stuck with 7.1, but we
> want to use PgAdminII, and the current version seems to auto-install
> odbc 7.2.

> >>Using our application OR PgAdminII, I run the following:
> >>
> >>begin;
> >>select * from table_name
> >>end

Using the 7.2 or later driver, you would get 3 results
for the above chained command sequence.

Hiroshi Inoue
    http://www.geocities.jp/inocchichichi/psqlodbc/


pgsql-odbc by date:

Previous
From: Jon V
Date:
Subject: Re: ODBC Behavior, where do I find help?
Next
From: Mathias.Picker@virtual-earth.de
Date:
Subject: Re: Problems with psqlodbc and Business Objects