This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have a user defined type that maps a string[] to a string, which works quite fine by now. But I also would like to limit the length of the column. I can do this for ordinary string-columns but not for user defined types. I am currently using a workaround telling the user defined type to use "nvarchar(80)" (MSSQL) instead of string, but this workaround is db-dependent and if I run "Update Database" from the Editor these columns are always detected as wrong type. Regards, Dennis |
|