Does anybody have any idea how to get a java.sql.ResultSet back from a Informix stored procedure. I actually was able to get a ResultSet back but can only access it using a column index (e.g. rs.getString(1)) and not using column name (e.g rs.getString("first_name)).
i think theres something wrong with the way i am defining my stored procedure. Any help with an example would really be appreciated.
Kapil
-
Informix/JDBC question (1 messages)
- Posted by: Kapil Israni
- Posted on: November 21 2001 00:36 EST
Threaded Messages (1)
- Informix/JDBC question by Race Condition on November 21 2001 11:08 EST
-
Informix/JDBC question[ Go to top ]
- Posted by: Race Condition
- Posted on: November 21 2001 11:08 EST
- in response to Kapil Israni
No, you are doing fine. Column names are not available in Informix stored procedure resultsets. I have first hand experience with the situation you describe. Does this behavior apply to only Informix? I don't know.