Perfect...thank you....
Before I head out to read those links....do I have to re-prepare if I
loose my connection.
Or could/would the backend use it regardless of what connection I come
in....
Also I need some help using Async query technique....anyone used who I
can get some
help from....I need to confirm my understanding of how to use the Async
Query technique
Neil Conway wrote:
>Medi Montaseri <medi.montaseri@intransa.com> writes:
>
>
>>How do I prepare an statement in C context, ie which libPQ function
>>does that
>>
>>
>
>Prepared statements are currently implemented as SQL-level
>constructs, so there's no specific libpq function for it.
>
>http://developer.postgresql.org/docs/postgres/sql-prepare.html
>http://developer.postgresql.org/docs/postgres/sql-execute.html
>http://developer.postgresql.org/docs/postgres/sql-deallocate.html
>
>Cheers,
>
>Neil
>
>
>