[GENERAL] JDBC and Accents

2001-04-26 Thread Loïc Courtois
Hello, I have some problems to display the accents in my db, using the JDBC and postgres 7.1. Apparently, all accents are replaced by a '?'. Thanks . Loic Courtois Netpartage ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, pl

[GENERAL] JDBC problem & 7.1

2001-04-26 Thread Loïc Courtois
Hello, I have the following java source code: This one work with pg 7.0.3 , but not with 7.1, with the following error message: java.lang.NullPointerException at org.postgresql.jdbc2.ResultSet.next(ResultSet.java:116) at ouah.stats.Stats.go(Stats.java:242) at daily.main(

[GENERAL]

2001-03-25 Thread Loïc Courtois
Hello, We used postgres since 5 months, and we have some times crash, with the following entry in the postgres.log: /usr/lib/postgresql/bin/postmaster: ServerLoop: select failed: No child processes Please help me... Here some informations on the installation: Debian 2.2.17 Postgres 7.0.3 Best