Submit Rich Text to SQL Server 2000

B

Brian Pembroke

Is it possible to submit a form that includes rich text boxes to SQL Server
2000 database? If you can, how do you going about making it work?

Thanks,
Brian
 
K

K.Ramana Reddy(GGK Tech)

Hi,

You can submit the rich text box data to SQL server 2000.
Select the data type as nvarchar in DB for that column. You need to use
webservice to submit the data to Databse.

I hope this will help for you.
 
Top