Re: django get value from oracle function

2012-01-27 Thread Ian
On Jan 20, 3:05 pm, citos88 wrote: > I use Django and Oracle, and I want call oracle's function and catch > and save to django's variable this what return that function. How can > I do this? You'll need to get a database cursor and use its callfunc method, something like this:

django get value from oracle function

2012-01-27 Thread citos88
I use Django and Oracle, and I want call oracle's function and catch and save to django's variable this what return that function. How can I do this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to