Support for PostgreSQL stored procedure through ITX. - Mailing list pgsql-sql

From Prajakta Chinchole
Subject Support for PostgreSQL stored procedure through ITX.
Date
Msg-id PS1PR04MB27587E6655BA9B07187C134D8B189@PS1PR04MB2758.apcprd04.prod.outlook.com
Whole thread Raw
Responses Re: Support for PostgreSQL stored procedure through ITX.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql

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.

Attachment

pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: UPPER() Function Not Working as Expected in PostgreSQL 12.5 Version
Next
From: Tom Lane
Date:
Subject: Re: Support for PostgreSQL stored procedure through ITX.