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
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
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