Hi !
I run many graphes (with a shell-script) which take datas from a postgres database and files and insert datas into an other postgres database.
I use postgres8.1 and when I try to use JDBC Driver postgresql-8.1-407.jdbc3.jar or postgresql-8.0-317.jdbc3.jar, I’ve this error:
“ERREUR: Le portail «C_5» n’existe pas” (in French, bu in English, it should be “portal «C_5» does not exist”)
And when I use the JDBC Driver pg74.216.jdbc3.jar, I don’t have this problem but I have some “idle in transaction” which appear during the execution of my shell-script…
Does anybody knows why I have this problems ?
PS: I use JDK 1.5
Jeremy.
(French)