Hi
I am using CR4E, JRC, Tomcat 5.0 and sqlServer 2000 to present reports in a java based web application.
When I try to use a Store procedure with a query that includes money/currency fields, JRC shows the following error:
Error JDBC: [SQLServer 2000 Driver for JDBC]Value can not be converted to requested type
I am using Microsoft JDBC driver SP3 form SQL Server 2000. JNDI datasource Works fine.
Actually JTDS Driver for SQL Server doesn't works fine with JRC and is not an option
¿is there any way to solve this?
Thanks
I did a quick search for the error message and found the following article on Microsoft's site:
http://support.microsoft.com/kb/823689
Does" target="_blank">http://support.microsoft.com/kb/823689">http://support.microsoft.com/kb/823689
Does the issue described in the MS KBase seem familiar to your issue? Also, what happens if you attempt to run the same stored procedure from a Java class (e.g. return a ResultSet and output the results)? This will help us determine if the issue is specific to the JRC or the JDBC driver.
Give this a try and let me know how you make out.
By the way, it appears that you are using CR4E. We have a forum dedicated to CR4E issues found here:
http://diamond.businessobjects.com/forum/193>
Regards,
Sean Johnson (CR4E Product Manager)
Rate" target="_blank">http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central
Add a comment