Did you use Active Writer to generate this code. if So I have ran into the 
same issue before. and the resolution was to change it to string I belive I 
will have to check my code when I get home tonight late. 
--------------------------------------------------

I am using Castle ActiveRecord accessing an MS Sql 2005 DB. I need a
Text field, but when I use the following code:

[Property(ColumnType="StringClob", Column =
"products_description")]
public String Description { get; set; }

The column ends up being created as a varchar(255). What am I doing
wrong and how do I resolve this issue?

Thank you!
Chris Sims


 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to