You should use
conn.setAutoCommit(false);
conn.execute(...)
conn.execute(...)
conn.execute(...)
conn.commit();
Thanks!
jan
Then, conn.setAutoCommit(false); has to be regarded as a begin statement?
I had already put the autocommit flag to false soon after the creation of
the connec
No, I'm connecting from the same host...this is my
problem!
Any ideas?
- Original Message -
From:
Brandon
Aiken
To: Alberto Molteni ; pgsql-general@postgresql.org
Sent: Monday, September 18, 2006 7:17
PM
Subject: Re: [GENERAL] Restore data from
Hi everybody!
When I use pgAdmin III I cannot connect to the database..an error is
presented: Connection Refused (0x274D/10061).
I have not found a solution to this problem and I reinstalled the package
of Postgresql 8.0. I saved the directory of the old installation.
Now, I should nee