> -----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