Unix Technical Forum

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

This is a discussion on [ psqlodbc-Bugs-1000627 ] can't use stored functions within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Bugs item #1000627, was opened at 2006-05-03 10:43 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: Interface (example) Group: None ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces odbc

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-16-2008, 01:59 AM
noreply@pgfoundry.org
 
Posts: n/a
Default [ psqlodbc-Bugs-1000627 ] can't use stored functions

Bugs item #1000627, was opened at 2006-05-03 10:43
You can respond by visiting:
http://pgfoundry.org/tracker/?func=d...oup_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 jdbcdbc 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=d...oup_id=1000125

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:36 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com