Thread: parse bind execute

parse bind execute

From
Steven Bradley
Date:
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@llnl.go=v






Re: [INTERFACES] parse bind execute

From
Michael Meskes
Date:
On Fri, Jun 18, 1999 at 04:29:35PM -0700, Steven Bradley wrote:
> 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?

It is possible via ecpg the embedded SQL preprocessor for C. But be aware
that the PREPARE statement is only simulated since the backend does not
support it. That means you can do what you saif, but in fact everytime you
issue your INSERT it is parsed by the backend yet again.

Michael
-- 
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael.Meskes@gmx.net          | Use PostgreSQL!