connects - Search results

2014-04-07 18:43:15 | Re: unable to insert column using postgresql and C (Fabrízio de Royes Mello)

connect to the database"); exit(0); } res = PQexec(conn,"INSERT INTO people VALUES (5, 'XXX', 'YYY', '7633839276');"); if(PQresultStatus

2014-04-07 18:24:42 | unable to insert column using postgresql and C (Madhurima Das)

connect to the database"); exit(0); } res = PQexec(conn,"INSERT INTO people VALUES (5, 'XXX', 'YYY', '7633839276');"); if(PQresultStatus