Re: jdbc inserting row ----java.lang.ArrayIndexOutOfBoundsException ---with resultset (TYPE_SCROLL_SENSITIVE & CONCUR_UPDATABLE)

2001-04-24 Thread M. Simms
ROTECTED]]On Behalf Of Robert Nicholson > Sent: Tuesday, April 24, 2001 4:07 PM > To: [EMAIL PROTECTED] > Subject: Re: jdbc inserting row > java.lang.ArrayIndexOutOfBoundsException ---with resultset > (TYPE_SCROLL_SENSITIVE & CONCUR_UPDATABLE) > > > You'll pro

Re: jdbc inserting row ----java.lang.ArrayIndexOutOfBoundsException ---with resultset (TYPE_SCROLL_SENSITIVE & CONCUR_UPDATABLE)

2001-04-24 Thread Robert Nicholson
ication and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Niraj Soni > Sent: Thursday, April 19, 2001 4:49 AM > To: [EMAIL PROTECTED] > Subject: jdbc inserting row java.lang.ArrayIndexOutOfBoundsException > ---with resultset (TYPE_SCROLL_SENSITIVE & CONCUR_UPDATABLE) >

jdbc inserting row ----java.lang.ArrayIndexOutOfBoundsException ---with resultset (TYPE_SCROLL_SENSITIVE & CONCUR_UPDATABLE)

2001-04-24 Thread Niraj Soni
here is my bean code i want that when user user submit the form all data should be inserted and the id which is autonumber wiil be displayed to user. my database is like this id ---autoincriment name-text age number date -date/time all going right but when the save metho