Thanks a lot!

> I ran into this yesterday.  The problem is Jaws doesn't 
> understand how to
> handle cmp fields of type char.  Jaws has a list of primative 
> types and
> associated methods in java.lang.ResultSet that return the 
> primative type.
> If you take a look at ResultSet, you will notice that there 
> are no methods
> that return or take a char of java.lang.Character.  JDBC 
> expects the char
> type to be turned into strings.

> Oh ya,  the reason you only see this with data directly 
> loaded in to the db,
> is because you have are using the default, Commit Option A. 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to