Re: Error : could not send data to server: Error 0

Поиск
Список
Период
Сортировка
От Adam Radlowski
Тема Re: Error : could not send data to server: Error 0
Дата
Msg-id 4727040F.3030903@informatyka.gdansk.pl
обсуждение исходный текст
Ответ на Error : could not send data to server: Error 0  ("pawan shirbhate" <pawanshirbhate@googlemail.com>)
Ответы Re: Error : could not send data to server: Error 0
Список pgsql-interfaces
Maybe it's not good advice, but maybe You should divide Your data into 
smaller parts ?
Brgds
Adam

pawan shirbhate wrote:
> Hi,
>
> I am getting following error while sending the 15000 records using
> PQputline() to postgreSQL DB.
>
> *could not send data to server: Error 0*
>
> Code snap:-
>
>       strBuf =
> "abc1798,2,26120,34760,653,869,60880,1522,05/24/2007,123456712";
>       strBuf += "\n";
>       printf("\n%s\n",strBuf.c_str());
>
>   for(i=0;i<15000;i++)
>   {
>       /*  Send a single row */
>       copy_result = PQputline(conn, strBuf.c_str());
>       if(copy_result != 0)
>       {
>           printf("\n%s\n", PQerrorMessage(conn));
>      }
>
>   }
>
>   copy_result = PQendcopy(conn);
>   if(copy_result != 0)
>   {
>       printf("\n%s\n", PQerrorMessage(conn));
>   }
>
> Platform - Solaris 10 (x86 based processor)
> PostgreSQL version - 8.2.0
> Interface - libpq
> Application language - C/C++
>
> Appreciate help!!!
>
> Regards,
> Pawan
>
>   



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

Предыдущее
От: Adam Radlowski
Дата:
Сообщение: Re: l need help
Следующее
От: "pawan shirbhate"
Дата:
Сообщение: Re: Error : could not send data to server: Error 0