![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need a little help to make a communication between a postgres db (8.1) and a PHP script. On the postgress I needn't install any kind of software, so I can only use the pglanguages. My PHP script shares a soap object, that I can call from the postgres server only via http (because router acls). I must create a trigger procedure, which calls the soap object and sends an value of the recordset to the soap procedure, nothing else. |
#3
| |||
| |||
|
|
You will not be able to do this with PL/pgSQL. |
|
You can use HTTP with PL/Perl and PL/Java, and probably with PL/Python too (I know nothing about Python). |
#4
| |||
| |||
|
|
You can use HTTP with PL/Perl and PL/Java, and probably with PL/Python too (I know nothing about Python). I think I will do it with Python, cause it very strange about the classdesign. If this dosen't work, I will take java. Do you know any tutorials or howtos? I have written some stored procedures with perl, but nothing with connection out of the database, so I need a little bit help |
#5
| |||
| |||
|
|
Hello, I need a little help to make a communication between a postgres db (8.1) and a PHP script. On the postgress I needn't install any kind of I have no idea to make this solution. Can anyone help me? |
#6
| |||
| |||
|
|
On Wed, 22 Aug 2007 08:29:57 +0200, Philipp Kraus wrote: Hello, I need a little help to make a communication between a postgres db (8.1) and a PHP script. On the postgress I needn't install any kind of I have no idea to make this solution. Can anyone help me? I have a solution that does exactly what you are trying todo, I have a postgres database running and a php script to download and insert data in to the database on a daily basis. The php script is a basic script I can copy you the relavant parts if you want it ? Simon |
![]() |
| Thread Tools | |
| Display Modes | |
| |