parse bind execute

From: Steven Bradley <sbradley(at)llnl(dot)gov>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: parse bind execute
Date: 1999-06-17 22:52:07
Message-ID: 3.0.5.32.19990617155207.00915410@poptop.llnl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I'm writing C programs to access a PostegreSQL database usng the libppq
interface. I am new to Postgres, so please excuse me if my question is too
basic.

I want to preparate (parse) and SQL insert statement and then in a loop,
bind the input variables and execute. Is this possible using libpq or any
other Posgres interface from C?

Thanks in advance....

Steven Bradley
Lawrence Livermore National Laboratory
Livermore California 94550
sbradley(at)llnl(dot)go=v

Browse pgsql-interfaces by date

  From Date Subject
Next Message Steven Bradley 1999-06-17 22:57:49 parse bind execute
Previous Message Ken J. Wright 1999-06-17 22:45:34 libpgtcl problems