Re: [HACKERS] ODBC problem/question - Mailing list pgsql-odbc

From Dave Page
Subject Re: [HACKERS] ODBC problem/question
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B8845F@mail.vale-housing.co.uk
Whole thread Raw
List pgsql-odbc

> -----Original Message-----
> From: Michael Meskes [mailto:meskes@postgresql.org]
> Sent: 11 September 2002 14:55
> To: Dave Page
> Subject: Re: [HACKERS] ODBC problem/question
>
>
> On Wed, Sep 11, 2002 at 01:55:44PM +0100, Dave Page wrote:
> > No, I hadn't actually checked that, I was just trying to
> explain the
> > existance of the 3 drivers.
>
> I see.
>
> > SQLProcedureColumns is currently not implemented in any
> version of the
> > driver I'm afraid. The 'place holder' implementation can be found in
>
> Somehow I do not completely understand that. There's a file
> named SQLProcedureColumns.c in ODBC+ that defines a function
> named SQLProcedureColumns. Isn't that the correct function?
> Or what's missing?

There is no file called SQLProcedureColumns.c (see:
http://gborg.postgresql.org/project/psqlodbc/cvs/cvs.php/psqlodbc).

In info.c, the function SQLProcedureColumns is defined, and is exported
in the .def files. This function calls PGAPI_ProcedureColumns (the
function that should do the actual work) which merely returns a 'not
implemented' message.

Regards, Dave.

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [HACKERS] ODBC problem/question
Next
From: "Dave Page"
Date:
Subject: Re: [HACKERS] ODBC problem/question