I agree with Luciano. It is likely that your query is not returning any
rows. You can verify this by running the query:
"select USER_ID,USER_NAME,PASSWORD from FM_TEST_CUSTOMER WHERE
USER_ID=2"
directly against the database using your database console tool. Is it
possible there is no row with "USER__ID = 2"?
--
Kevin
Luciano Resende wrote:
You might be getting the IndexOutOfBounds when the query returned 0
elements
and you are trying to access an element from SDO like in your example :
("FM_TEST_CUSTOMER[1]"); I'll take a look in details on your example
in the
morning.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]