[JDBC] Updated jdbc.postgresql.org website now in place

2001-10-01 Thread Barry Lind
The subject pretty much says it all. I have updated the jdbc website to contain more current information. It certainly could contain more information, but my primary goal was to get it current. If you have any suggestions, changes or additions please send them to the mail list. thanks, --B

Re: [JDBC] Updated jdbc.postgresql.org website now in place ooops

2001-10-01 Thread Dave Cramer
Oops, I guess I should read the rest of the page, my apologies DAve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Barry Lind Sent: October 1, 2001 2:46 PM To: [EMAIL PROTECTED] Subject: [JDBC] Updated jdbc.postgresql.org website now in place The su

Re: [JDBC] Updated jdbc.postgresql.org website now in place

2001-10-01 Thread Dave Cramer
Looks good! Great work, One thing that isn't urgent but should be addressed in the future is now that CLASSPATH is deprecated, we should add instructions for placing the jar into the jre/lib/ext directory. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Be

Re: [JDBC] Updated jdbc.postgresql.org website now in place

2001-10-01 Thread Rene Pijlman
On Mon, 1 Oct 2001 15:10:04 -0400, you wrote: >now that CLASSPATH is deprecated Que? Did I miss something? Regards, René Pijlman <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command

Re: [JDBC] Updated jdbc.postgresql.org website now in place

2001-10-01 Thread Rene Pijlman
On Mon, 01 Oct 2001 11:46:27 -0700, you wrote: >The subject pretty much says it all. I have updated the jdbc website to >contain more current information. It certainly could contain more >information, but my primary goal was to get it current. If you have any >suggestions, changes or additio

[JDBC] Accents bug ?

2001-10-01 Thread Denis Bucher
Hello ! BIG problem ;-) When INSERTing a value like "Genève" it works, but when doing a SELECT the fields are troncated when containing acents : "Genève" is received as "Gen" "Thé froid" as "Th" "Hosomaki végétarien" as "Hosomaki v" and so on ... Does someone knows if it is a but in the driv

[JDBC] TIMESTAMP

2001-10-01 Thread David Siebert
I am having problems with getTimestamp. I keep getting an invalid format error. I am using the latest JDBC driver. Help please. I have searched the arcives and I have found others seem to have the same issue but none of the fixes provided seemed to work. _

Re: [JDBC] TIMESTAMP

2001-10-01 Thread Thomas O'Dowd
Can you post a sample of your code that reproduces the problem. What timezone are you in? I think there is a problem with some timezones which are on the half hour. Can you post the exception you get also. Tom. On Mon, Oct 01, 2001 at 02:15:39PM -0700, David Siebert wrote: > I am having problems

Re: [JDBC] Accents bug ?

2001-10-01 Thread Dave Cramer
Denis, It sounds like an encoding problem. You can check the encoding of the db by using \encoding in psql. There is a section in the docs on this http://www.postgresql.org/idocs/index.php?multibyte.html Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Beha

Re: [JDBC] Updated jdbc.postgresql.org website now in place

2001-10-01 Thread Dave Cramer
Apparently it is, I read a post on the tomcat list that talked about it being deprecated. It really is a better idea. Dave -Original Message- From: Rene Pijlman [mailto:[EMAIL PROTECTED]] Sent: October 1, 2001 3:35 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JDBC] Updat