Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic, SQLProcedureColumns]

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] [s.hetze@linux-ag.de: PostgreSQL integration Visual Basic, SQLProcedureColumns]
Date: 2002-09-29 17:20:32
Message-ID: 20020929172032.GB21140@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

On Fri, Sep 27, 2002 at 09:53:02AM -0700, Joe Conway wrote:
> It is in 7.3.
>
> If the return tuple definition is fixed:
> instead of:
> exec sp_myproc()
> go
> do
> select * from sp_myproc();

That's a great feature to have.

> If the return tuple definition is *not* fixed:
> do
> select * from sp_myproc() as table_alias([col definition list]);
>
> Does this help any? Can he try the 7.3 beta?

Unfortunately no. They are not willing to use a beta so they are appearantly switching to SAP DB. Sorry.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-09-29 17:29:32 Re: DROP COLUMN misbehaviour with multiple inheritance
Previous Message Hannu Krosing 2002-09-29 17:05:55 Re: 7.2.3?

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2002-09-29 19:11:53 psqlODBC *nix Makefile (new 7.3 open item?)
Previous Message Dave Page 2002-09-28 16:03:04 Re: status of ODBC driver?