RE: Problem with libpsqlodbc - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject RE: Problem with libpsqlodbc
Date
Msg-id EKEJJICOHDIEMGPNIFIJCECCFEAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Re: Problem with libpsqlodbc  (Gilles DAROLD <gilles@darold.net>)
List pgsql-odbc
> -----Original Message-----
> From: darold [mailto:darold]On Behalf Of Gilles DAROLD
>
> Hi,
>
> Yes it is build on a Linux RH6.2 and I use procedure as follow:
>
> create_proc => 'SELECT create_person(?)'
> add_proc      => 'SELECT set_person_name(?,?)'

Do they really work with other databases using
SQLBindParameter ?
SQLBindParameter(stmt, 1, ..) for above queries
means a binding to the first parameter "?".
Your functions seem to return the currval of a
sequence but doesn't change/set the first para-
meter(it's impossible in PostgreSQL). SELECT
doesn't return a parameter but returns a result
set in ODBC.

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: List archives moved and cleaned up ...
Next
From: "G.Lee Johnson"
Date:
Subject: msaccess