Closed GoogleCodeExporter closed 9 years ago
http://sqlrelay.sourceforge.net/sqlrelay/programming/pythondb.html
DB2
In DB2, stored procedures return values through output parameters rather than
as return values of the procedure itself. However, the SQL Relay Python DB
driver does not currently support output parameters.
Original comment by askalien...@gmail.com
on 27 Sep 2011 at 3:02
http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=%2Fcom.ibm.
db2.luw.apdv.python.doc%2Fdoc%2Ft0054696.html
the db2 manual give instructions, saying this works
Original comment by askalien...@gmail.com
on 27 Sep 2011 at 3:03
In ibm_db driver there is an API "callproc" to call stored procedure, This API
is capable to return modified OUT parameters.
You can find description about this API at
http://code.google.com/p/ibm-db/wiki/APIs#ibm_db.callproc
please use this API and let me know how it goes.
Original comment by rahul.pr...@in.ibm.com
on 27 Sep 2011 at 6:17
Original comment by rahul.pr...@in.ibm.com
on 10 Oct 2011 at 8:03
Original issue reported on code.google.com by
askalien...@gmail.com
on 27 Sep 2011 at 2:40Attachments: