Hi,
today I had a little problem with the actual
JDBC driver. Due to the use of Runtime.addShutdownHooks(), which throws a
SecurityException if used within a servlet container (WebLogic Server 5.1 &
6.0), the postgres JDBC driver is unusable in this environments. I spent some
minutes looki
Hi,
i've tried to fetch a TIMESTAMP column from the database into a Java
Timestamp instance using the ResultSet.getTimestamp(int index) method.
Whenever i call this method i get some error message:
User.findUser: Bad Timestamp Format at 19 in 2001-03-19 22:05:50.45+01
Bad Timestamp Forma