Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
magz
Starting Member
3 Posts |
Posted - 2009-05-19 : 10:46:48
|
I’m doing a project in c# and the back end is sql server2000 and my question is.. in my project im saving a whole bunch of text from richtextbox control in the db..in that the end user will be formatting the text like bold,italic,and underline and changing the font size and my problem is i wasnt able retrieve the format text..its coming without the formating made by the end user…can i know wat is the issue here..im saving the data in table with text as datatypethank u |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-05-19 : 11:10:09
|
why do you want to store data in formatted form in db? you can always apply the format you want at the time of retrieving data from db in your front end. |
|
|
Transact Charlie
Master Smack Fu Yak Hacker
3451 Posts |
Posted - 2009-05-19 : 12:06:40
|
Are you really using SQL server 2000?If you are using sql server 2005 there are better datatypes available to you.Charlie===============================================================Msg 3903, Level 16, State 1, Line 1736The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION |
|
|
|
|
|