search for: pqsendqueryprepar

Displaying 2 results from an estimated 2 matches for "pqsendqueryprepar".

Did you mean: pqsendqueryprepare
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
...til-1.so: undefined reference to `PQstatus' /usr/lib/libaprutil-1.so: undefined reference to `PQnfields' /usr/lib/libaprutil-1.so: undefined reference to `PQcmdTuples' /usr/lib/libaprutil-1.so: undefined reference to `PQescapeString' /usr/lib/libaprutil-1.so: undefined reference to `PQsendQueryPrepared' /usr/lib/libaprutil-1.so: undefined reference to `PQfinish' /usr/lib/libaprutil-1.so: undefined reference to `PQerrorMessage' /usr/lib/libaprutil-1.so: undefined reference to `PQsendQuery' collect2: ld returned 1 exit status make[2]: *** [htpasswd] Error 1 make[2]: Leaving direct...
2010 Apr 14
4
PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
...use I can think of is actually a rollback after a failed transaction). sql_result_get_field_value_binary Not implemented. Appears to be unused and the way I understand the libpq programming documentation, the only way to retrieve a binary result to some query is to use PQsendQueryParams or PQsendQueryPrepare and request that some columns are returned in binary. Nothing like this is supported in the present, abstract SQL database interface. synchronous query execution Because background connection reestablishment might still be going on after a synchronous query has been executed, it is necessa...