I presume that the stored procedure has been created.

I use the python module pyodbc.  Google has good documentation how to
set this up.

then after creating the connection you can execute the stored
procedure

4 lines of code will then create the crsr followed by the execution

crsr.execute('stored_procedure')

On Dec 21, 6:49 am, Daniel Roseman <dan...@roseman.org.uk> wrote:
> On Wednesday, 21 December 2011 05:41:53 UTC, Akira Kir wrote:
>
> > <snip>
>
> > {stackoverflow xposted}
>
> Answered on SO.
> --
> DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to