From: | victor3(dot)lopes(at)voila(dot)fr <victor3(dot)lopes(at)voila(dot)fr> |
---|---|
To: | pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | TR: interface PERL and return results |
Date: | 2002-10-07 14:38:55 |
Message-ID: | H3M8OV$80D1CB0177D78D3D578558BDB44058F1@voila.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Hello no one has a solution for my problem :-) ?
---------- Entête Initiale -----------
De : "victor3(dot)lopes(at)voila(dot)fr" <victor3(dot)lopes(at)voila(dot)fr>
A : "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Copie :
Date : Sat, 5 Oct 2002 23:31:40 +0200
Objet : interface PERL and return results
Hello,
I use Perl Pg interface to join my postgresql database.
I wan't send the below query in perl :
$res = $db->exec(' create table temp (....); \copy temp from result.res');
I wan't test the result of this 2 commands with : $res->resultStatus
Although this command works normaly or no, depends of values format in result.res, i
have always the same
response PGRES_FATAL_ERROR.
Is it normal ? How i do to know the real result of my commands ?
If i use this commands in psql, if there are an error in my result.res file, psql
indicates me the line where is localized the
error in my file.
Can i have this functionnality and information with the perl interface Pg ?
Thanks for your response :-)
------------------------------------------
Faites un voeu et puis Voila ! www.voila.fr
------------------------------------------
Faites un voeu et puis Voila ! www.voila.fr
From | Date | Subject | |
---|---|---|---|
Next Message | Nigel J. Andrews | 2002-10-07 17:42:10 | Re: TR: interface PERL and return results |
Previous Message | D'Arcy J.M. Cain | 2002-10-06 11:18:28 | Re: Number of deleted rows in Python module |