Aaron Trevena napsal(a):
Hello you wonderful helpful people :)I've just moved a web application (maypole/c::dbi) from one development server to another, previously the code worked fine but now I get : 'prepared statement "dbdpg_1" does not exist' on every (prepared) query to the database.
I've run into that problem to. "Solved" it by setting 'pg_server_prepare' to false.
Jiri