Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91940 > unrolled thread

Re: Calling Python Script from an SQL Proceudre

Started byKushal Kumaran <kushal@locationd.net>
First post2015-06-03 16:08 +0530
Last post2015-06-03 16:08 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Calling Python Script from an SQL Proceudre Kushal Kumaran <kushal@locationd.net> - 2015-06-03 16:08 +0530

#91940 — Re: Calling Python Script from an SQL Proceudre

FromKushal Kumaran <kushal@locationd.net>
Date2015-06-03 16:08 +0530
SubjectRe: Calling Python Script from an SQL Proceudre
Message-ID<mailman.98.1433328007.13271.python-list@python.org>
Amit Goutham <agn.91.91@gmail.com> 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 appreciated
>

Which database are you using?

This is how to do it in postgresql, for example:
http://www.postgresql.org/docs/current/static/plpython.html

-- 
regards,
kushal

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web