One more problem with odbc driver

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>, pgsql(dot)odbc(at)postgresql(dot)org
Subject: One more problem with odbc driver
Date: 2002-09-17 14:06:26
Message-ID: 20020917140626.GA27797@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I just talked to Sebastian again and we face another problem. The
software he's porting to PostgreSQL calls SQLProcedureColumns to get the
info about the input columns and the result. But the problem is that the
function in question returns an unnamed cursor. Before we start porting
the procedure/function we of course have to figure out how to tell the
app that the procedure will return a cursor, but we couldn't find
anything in the odbc specs.

As I do not have access to the MS SQL procedure as it is now I cannot
try anything myself, but I'm willing to act as a channel for Sebastian
to talk to you. The matter of the fact is that I never saw a function
returning a cursor on PostgreSQL so far.

Michael
--
Michael Meskes
Michael(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

Browse pgsql-hackers by date

  From Date Subject
Next Message Wim 2002-09-17 14:07:06 Re: Still big problems with pg_dump!
Previous Message Tom Lane 2002-09-17 14:05:29 Re: Proposal for resolving casting issues