Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to insert Rich Text Editor long varchar

Status
Not open for further replies.

CharleyDC5

IS-IT--Management
Feb 1, 2006
8
CA
Hi there,

I'm currently working with a Rich Text Editor (RTE). Does anyone knows the best way to insert the content of a RTE into a SQL database, including background generated HTML codes?

I need a way to insert a big string to a SQL database field.

Regards,

Charles M.
CRA IT Analyst
 
If length of contents of RTF text exceed 8K you must use Text field type, not varchar.

Borislav Borissov
VFP9 SP1, SQL Server 2000/2005.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top