Re: command in C

From: "Michael Richards" <michael(at)fastmail(dot)ca>
To: jraupach(at)intelcom(dot)fr, pgsql-sql(at)postgresql(dot)org
Subject: Re: command in C
Date: 2000-07-25 18:13:59
Message-ID: 397DD8E7.00000D.28412@frodo.searchcanada.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> am i use "PQexec()" or "conn.query()" for inserting informations
> in my BD ?

I wrote a class to encapsulate all the ugliness of it. Inside my
class I'm calling PQexec().

-Michael

Browse pgsql-sql by date

  From Date Subject
Next Message sathya priya 2000-07-25 22:14:08 pg_dump
Previous Message Pablo Niklas 2000-07-25 16:37:20 RE: primary key question