[ psqlodbc-Bugs-1000627 ] can't use stored functions

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1000627 ] can't use stored functions
Date: 2006-06-01 18:50:23
Message-ID: 20060601185023.274B486C5D2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1000627, was opened at 2006-05-03 10:43
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000627&group_id=1000125

Category: Interface (example)
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: can't use stored functions

Initial Comment:
I tried to use psqlODBC driver from java jdbc:odbc bridge in the way to improve efficiency
store procedure call doesn't work :
"
...
proc = conn.prepareCall("{ ? = call ps_get_lov(?) }");
proc.registerOutParameter(1, Types.OTHER);
proc.setString(2,categorie);
proc.execute();
...
"
then the following error occured :
parse tree:GetData to Procedure return failed.

this way work with JDBC driver and doesn't work with ODBC driver

----------------------------------------------------------------------

>Comment By: Ludek Finstrle (luf)
Date: 2006-06-01 20:50

Message:
Please could you attach or send to me the mylog output?
BTW minimalistic app which shows the problem is welcome.

Regards,

Luf

----------------------------------------------------------------------

Comment By: Nobody (None)
Date: 2006-05-03 17:43

Message:
I have tried with the latest release 8.01.02 (both Ansi or Unicode) and the last build 8.02.00.02

----------------------------------------------------------------------

Comment By: Ludek Finstrle (luf)
Date: 2006-05-03 14:41

Message:
What version of psqlodbc do you use?

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000627&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message Renato Gondim 2006-06-02 20:58:16 Error codes
Previous Message noreply 2006-06-01 18:47:42 [ psqlodbc-Bugs-1000467 ] Can't use (b)lobs with Omnis Studio v4