vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 jdbc 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-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 5: don't forget to increase your free space map settings |
| Thread Tools | |
| Display Modes | |
|
|