Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Actually you will want to use NVarChar(MAX). This will support the unicode characters that may be entered at some point. This would be the safest road to travel. Your needs may be no greater than doing just as you mentioned and binding the SQL data to the RTF controls. If that meets your need then I would say go for it!
|