19 Jan
2000
19 Jan
'00
10:16 a.m.
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.