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


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

Re: Calling Python Script from an SQL Proceudre

Started byLaura Creighton <lac@openend.se>
First post2015-06-03 18:13 +0200
Last post2015-06-03 18:13 +0200
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 Laura Creighton <lac@openend.se> - 2015-06-03 18:13 +0200

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

FromLaura Creighton <lac@openend.se>
Date2015-06-03 18:13 +0200
SubjectRe: Calling Python Script from an SQL Proceudre
Message-ID<mailman.113.1433348018.13271.python-list@python.org>
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 other way round.
>
>Any Help will be appreciated
>
>-- 
>Thanks and Regards,
>Amit Goutham
>Ph:+91-8867801035

You certainly can with postgreql, see
http://www.postgresql.org/docs/current/static/plpython.html

I don't know about other SQL servers.

Laura

[toc] | [standalone]


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


csiph-web