On Jul 13, 2:26 pm, John Gordon <gor...@panix.com> wrote:
> In <d45161dc-648c-4a44-a563-317b5f5e5...@h14g2000yqd.googlegroups.com> 
> Adeoluwa Odein <stratfordtena...@gmail.com> writes:
>
> > The actual jython/python call is:
It's taking an OUT parameter.. I'm just following the examples as
documented by zxJDBC.  How can I fix it?




> > p =3D [None]
> > c.callproc('c2_pkg.RS22', p);
> > I used a placeholder initially; now that you have the SQL code, there
> > it is.  It essentially invokes the stored procedure, and it should
> > return the OUT variable p, with some value.  It doesn't have to be a
> > cursor fetch; even a minor text assignment.
>
> That procedure is defined as taking one parameter, but you're passing
> an empty parameter list.  Why?
>
> --
> John Gordon                   A is for Amy, who fell down the stairs
> gor...@panix.com              B is for Basil, assaulted by bears
>                                 -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to