Re: [GENERAL] Insert do not work in my case

2004-12-16 Thread Richard Huxton
Mickael Remond wrote: Chris Smith wrote: The easiest way to start is to turn on query logs for your server and see if it gets that far. When turning on query logs in Postgresql, I only get the content of the prepared statement without the parameters (question mark). I there a way to expand what

Re: [GENERAL] Insert do not work in my case

2004-12-15 Thread Mickael Remond
Chris Smith wrote: The easiest way to start is to turn on query logs for your server and see if it gets that far. When turning on query logs in Postgresql, I only get the content of the prepared statement without the parameters (question mark). I there a way to expand what is executed by the ser

Re: [GENERAL] Insert do not work in my case

2004-12-15 Thread Chris Smith
The easiest way to start is to turn on query logs for your server and see if it gets that far. If it does - copy the query into psql and run it manually - it will tell you if there's a problem. If it doesn't get that far, then that's another problem altogether... Regards, Chris Smith Suite 30,

[GENERAL] Insert do not work in my case

2004-12-15 Thread Mickael Remond
Hello, I am running an application on Postgresql 8.0.0 rc1. The application is running on JBoss 4.0.1RC2 and I am using the JDBC driver pg80b1.308.jdbc3.jar. My problem is that insert that are sent to the database through a prepared statement are not written in the database. The application is