TR: interface PERL and return results

Поиск
Список
Период
Сортировка
От victor3.lopes@voila.fr
Тема TR: interface PERL and return results
Дата
Msg-id H3M8OV$80D1CB0177D78D3D578558BDB44058F1@voila.fr
обсуждение исходный текст
Ответы Re: TR: interface PERL and return results  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-interfaces
Hello no one has a solution for my problem :-) ?


---------- Entête Initiale  -----------

De    : "victor3.lopes@voila.fr" <victor3.lopes@voila.fr>
A     : "pgsql-interfaces" <pgsql-interfaces@postgresql.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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Number of deleted rows in Python module
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: TR: interface PERL and return results