Thanks to visit codestin.com
Credit goes to postgrespro.com

jdbc and sequences --RM - Mailing list pgsql-hackers

From [email protected]
Subject jdbc and sequences --RM
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-hackers
I am trying to write to and access an array field in java can you give some 
pointers?

Ex: 
I've created a loop of 2K entries to benchmark the db using preparedstatement 
in java.  When i try to pass info to an array field (lvendorid int4[]) i get 
an error message telling me i must cast an int4 to an _int4. How do i do this 
from java?

If possible, please show code example.

R.Mann
[email protected]


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] TODO item
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Bug in cursors??