[GENERAL] ERROR: could not find array type for data type numeric[]

2009-05-28 Thread Suha Onay
Hi, I want to execute the following query in my Postgresql 8.3 but gives error: ERROR: could not find array type for data type numeric[] When i googled, no result. SELECT * FROM ( SELECT * FROM( SEL

Re: [GENERAL] updateString error in PostgreSQL7.4 with JDBC

2004-11-10 Thread Suha Onay
It is ok. I fetch the row with no problem. The error is only in update types like updateString , updateRow, updateInt... ps.You are right JDBC list is appropriate. Richard Huxton wrote: Suha Onay wrote: Hi, I have a problem with PostgreSQL 7.4. (With the old one 7.3 no probllem.) You might get

[GENERAL] updateString error in PostgreSQL7.4 with JDBC

2004-11-10 Thread Suha Onay
Hi, I have a problem with PostgreSQL 7.4. (With the old one 7.3 no probllem.) I create a connection and a statement : Class.forName("org.postgresql.Driver"); conn = DriverManager.getConnection( O_Constants.DB_CONNECTION_URL, O_Constants.DB