Preparing select statements

Started by Robert Turnbullalmost 22 years ago1 messages
#1Robert Turnbull
rturnbull@strategicmind.com

How can I execute a prepared query using the libpq interface? The SQL Prepare documentation talks about select statements, but where is the documentation on SQL OPEN or some functionally equivalent libpq API? That is to say how is a cursor generated from a plan?

Thanks