In <[email protected]> Adeoluwa Odein <[email protected]> writes:
> if you define the function in the execute() method, it works (as seen > on the page). But this is a stored procedure already residing on the > DB. A function/procedure outside of a package, actually works, but > then you lose access to private data; which is while I used a package. Did you try changing RS22 from a procedure to a function inside the package? -- John Gordon A is for Amy, who fell down the stairs [email protected] B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies" -- http://mail.python.org/mailman/listinfo/python-list
