Обсуждение: Support for PostgreSQL stored procedure through ITX.

Поиск
Список
Период
Сортировка

Support for PostgreSQL stored procedure through ITX.

От
Prajakta Chinchole
Дата:

Hello Team,

 

This is Prajakta from HCL-ITX team.

 

We are trying to execute a PostgreSQL stored procedure through ITX. We are using ODBC driver that was provided with PostgreSQL. We observed that sqlExecDirect() failed for stored procedure with below error :

               DIAG [42809] ERROR: public.transfer(integer, integer) is a procedure;

Error while executing the query (1)

 

We have verified all parameters passed to sqlExecDirect(). All are as expected and earlier bind call was also succeeded. We have collected odbc traces generated for that run. Attached the same.

 

Could you please review the attached log and confirm why it was failing with ITX ?

 

Thanks,

Prajakta Chinchole.

Technical specialist – HCL.

 

::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.

Вложения

Re: Support for PostgreSQL stored procedure through ITX.

От
Tom Lane
Дата:
Prajakta Chinchole <prajakta.chinchole@hcl.com> writes:
> We are trying to execute a PostgreSQL stored procedure through ITX. We are using ODBC driver that was provided with
PostgreSQL.We observed that sqlExecDirect() failed for stored procedure with below error : 
>                DIAG [42809] ERROR: public.transfer(integer, integer) is a procedure;
> Error while executing the query (1)

You might have more luck asking about this on the pgsql-odbc mailing list.
Also, make sure you're using an up-to-date release of the ODBC driver.

            regards, tom lane