• AndrewSQLDBA (8/21/2012)


    Is there anything Special that I need to do within my .NET code to force the issue of keeping the tags in place? Or by default, will they be there? I am using C# as my OOP language.

    I could probably use a smaller varchar(2000) data type, I doubt if there will ever be anything large stored. It is only the steps of a recipe.

    Thanks

    Andrew SQLDBA

    AndrewSQLDBA (8/21/2012)


    Is there anything Special that I need to do within my .NET code to force the issue of keeping the tags in place? Or by default, will they be there? I am using C# as my OOP language.

    I could probably use a smaller varchar(2000) data type, I doubt if there will ever be anything large stored. It is only the steps of a recipe.

    Thanks

    Andrew SQLDBA

    It's depends of what control you are using.

    All RTF controls should be able to return formatted and unformatted text.

    You may consider to use NVARCHAR datatype if your text will contain some unicode characters...

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]