Hi , I have the following piece of code: cstmt.registerOutParameter(4, java.sql.Types.OTHER);
This is used to call a package on Oracle8.1.7. When i run this code, it gives the below error. The package is returning a result set. Also i have noticied a lot of place where if i use .setObject() for any prepared statement, it gives me a similar error. Can anyone please throw some light on this. I am using a Jboss3.2.1 and JDK1.3. This is for porting from WL7.0SP2 to Jboss. This code works fine in WL. Thanks 09:40:43,453 ERROR [STDERR] java.sql.SQLException: Invalid column type View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865706#3865706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865706 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
