Re: [JDBC] Prepared statement performance...
Haris Peco <snpe@snpe.co.yu>
From: snpe <snpe@snpe.co.yu>
To: Barry Lind <barry@xythos.com>, Dmitry Tkach <dmitry@openratings.com>
Cc: Peter Kovacs <peter.kovacs@sysdata.siemens.hu>, pgsql-general@postgresql.org, pgsql-jdbc@postgresql.org
Date: 2002-09-28T15:06:48Z
Lists: pgsql-general
... > This certainly isn't true for all databases. Oracle for example where > the database format for dates is DD-MON-YY which is very different from > the Timestamp.toString() method. And actually the postgres format is > different and incompatible with javas format when you start having to > deal with timezone information. Oracle have nls_format_date global parameter and default format for date can be any. regrads haris peco