Re: Need help for sql stored proc

2018-10-17 Thread Gurmeet Kaur
Thank you Matthew for sharing this link with me but my situation is: I have some textboxes whose value I want to pass to sql query and want to do a select *. Right now, I am doing that with the help of queryset but the issue I am facing with this approach is that I need to do multiple ifs and else

RE: Need help for sql stored proc

2018-10-17 Thread Matthew Pava
https://docs.djangoproject.com/en/2.1/topics/db/sql/#calling-stored-procedures From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Gurmeet Kaur Sent: Wednesday, October 17, 2018 11:06 AM To: django-users@googlegroups.com Subject: Need help for sql stored proc

Re: Need help for sql stored proc

2018-10-17 Thread Sudha Mohan
hi friends tell me future of django jobs and salaries with 2+ experience On Wed, Oct 17, 2018 at 9:36 PM Gurmeet Kaur wrote: > > Hi all, > > I have a ms sql stored proc and want to use it. How can I do that? Do I need > to write the class just like a view in models.py? > > Please suggest. > > T