On May 19 11:51, [EMAIL PROTECTED] wrote:
>   if (PQsendQuery(conn, "COPY test FROM STDIN") > 0) {
>     retrieve(conn, 20);

Shouldn't you be send()'ing instead of retrieve()'ing? COPY tbl FROM
stdin, requests data from client to COPY FROM stdin TO tbl.


Regards.

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to