One more problem with odbc driver - Mailing list pgsql-hackers

From Michael Meskes
Subject One more problem with odbc driver
Date
Msg-id 20020917140626.GA27797@feivel.credativ.de
Whole thread Raw
List 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@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Still big problems with pg_dump!
Next
From: Tom Lane
Date:
Subject: Re: Proposal for resolving casting issues