Re: ODBC Behavior, where do I find help?

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Jon V <jon(at)cecorp(dot)com>
Cc: Wayne Armstrong <wdarmst(at)bacchus(dot)com(dot)au>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC Behavior, where do I find help?
Date: 2003-04-30 02:17:43
Message-ID: 3EAF3247.F2781E3B@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mathias.Picker 2003-04-30 09:56:00 Re: Problems with psqlodbc and Business Objects
Previous Message Jon V 2003-04-29 17:48:12 Re: ODBC Behavior, where do I find help?