Re: Creating a database using ant

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Nathan McEachen <nathan(at)mceachen(dot)us>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Creating a database using ant
Date: 2005-11-21 06:38:28
Message-ID: 43816B64.4080703@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Nathan McEachen wrote:

> java.sql.SQLException: ERROR: DROP DATABASE cannot run inside a
> transaction block

> autocommit="false"

Try with autocommit="true".

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tjioe Ai Xin 2005-11-21 10:18:26 Can PostgreSQL do data type automated casting in prepared statement?
Previous Message Jojo Paderes 2005-11-21 05:56:16 Re: passing array as parameters to PrepareStatement or callable statement.[setObject() or setArray()]