[Zope] DCOracle Large Objects
Oleg Broytmann
phd@phd.russ.ru
Wed, 19 Jan 2000 10:16:07 +0000 (GMT)
Hello!
Anyone can help with Oracle LOBs and stored procs?
I want to create a LOB in a database. DB programmer created a stored
procedure for me, but when I call it, passing data as Python string
(1028 is some ID):
cursor.callproc("add_image", [1028, "This is the body of my Large Object"])
I got an error. How do I pass the body of LOB to stored proc?
Oleg.
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.