Re: Calling Python Script from an SQL Proceudre

2015-06-04 Thread Chris Angelico
On Fri, Jun 5, 2015 at 12:02 AM, Amit Goutham wrote: > Hi Laura, > Thanks a Lot for the reply. > I wanted to know if calling a Python script from SAP HANA database is > possible. What you're asking for there is a SAP HANA feature, not a Python one. You could possibly ask SAP about it, but based o

Re: Calling Python Script from an SQL Proceudre

2015-06-04 Thread Amit Goutham
Hi Laura, Thanks a Lot for the reply. I wanted to know if calling a Python script from SAP HANA database is possible. Thanks! On Jun 3, 2015 9:43 PM, "Laura Creighton" wrote: > In a message of Wed, 03 Jun 2015 15:17:16 +0530, Amit Goutham writes: > >Hi All, > >I am trying to search on the Intern

Re: Calling Python Script from an SQL Proceudre

2015-06-03 Thread Laura Creighton
In a message of Wed, 03 Jun 2015 15:17:16 +0530, Amit Goutham writes: >Hi All, >I am trying to search on the Internet if i can call a Python Script from an >SQL Procedure. >All the information found on Internet is about connecting to a database >from Python through a Python script.But, i want the o

Re: Calling Python Script from an SQL Proceudre

2015-06-03 Thread Kushal Kumaran
Amit Goutham writes: > Hi All, > I am trying to search on the Internet if i can call a Python Script from an > SQL Procedure. > All the information found on Internet is about connecting to a database > from Python through a Python script.But, i want the other way round. > > Any Help will be appre