Lewis Henderson wrote:
> 
> Does anyone know what how to set up JAWS for SQLServer text columns? I tried
> LONGVARCHAR and got  :-

Sorry I don't know.

> 
> javax.ejb.CreateException: Could not create entity:java.sql.SQLException:
> [Microsoft][ODBC SQL Server Driver]String data, right truncation
> 
> ...also If I set up java.lang.String to be LONGVARCHAR or whatever, how do I
> then set up my 'standard' VARCHAR strings?

You can redefine a type-mapping on a per-column basis, see example 2 in
http://www.jboss.org/documentation/HTML/ch05s04.html

Sebastien


> 
> Any help here would make my life a LOT easier!!!
> 
> Kind regards
> 
> Lewis
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

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

Reply via email to