Not sure if it makes you happy but you can write the corresponding sql type
manually/

Tuna Toksöz
Eternal sunshine of the open source mind.

http://devlicio.us/blogs/tuna_toksoz
http://tunatoksoz.com
http://twitter.com/tehlike




On Fri, May 22, 2009 at 6:21 PM, Jimmy Shimizu <jimmy.shim...@gmail.com>wrote:

>
> I believe you need to set Length, and it will use different types
> depending on the demand. In that case, you don't need to specify
> StringClob IIRC.
>
> Chris Sims wrote:
> > 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