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

From FixerRM@aol.com
Subject jdbc and sequences --RM
Date
Msg-id 4d.14ad047.25d3159d@aol.com
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
Fixerrm@aol.com


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