From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Michael Meskes" <meskes(at)postgresql(dot)org> |
Cc: | <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] ODBC problem/question |
Date: | 2002-09-11 14:08:48 |
Message-ID: | 03AF4E498C591348A42FC93DEA9661B8845F@mail.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
> -----Original Message-----
> From: Michael Meskes [mailto:meskes(at)postgresql(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2002-09-11 14:21:43 | Re: [HACKERS] ODBC problem/question |
Previous Message | Dave Page | 2002-09-11 12:55:44 | Re: [HACKERS] ODBC problem/question |