Gilles DAROLD wrote:
>
> Hi all,
>
> I have sent some patches to the OpenLDAP dev team to have it work with
> PostgreSQL and they should be applied asap, I also write a HOWTO.
> This works but with a not usefull or silly workaround.
>
> If we want to have PG fully compatible with OpenLDAP we need to resolve
> a problem regarding the libpsqlodbc library.
>
Did you build libpsqlidbc library on some unix platform ?
> In OpenLDAP they call the function SQLBindParameter as follow:
>
> SQLBindParameter(sth,1,SQL_PARAM_OUTPUT,SQL_C_ULONG,SQL_INTEGER,0,0,&new_keyval,0,0);
>
> And then the statement is executed with SQLExecDirect as follow:
>
> rc=SQLExecDirect(sth,oc->create_proc,SQL_NTS);
>
Are you executing a procedure using an escape sequence
{[?=]call procedure-name[([parameter][,[parameter]]...)]}
?
regards,
Hiroshi Inoue