When I copy a short piece of text from MS Word, the submission is successful, but with longer pieces (one page or greater), I get the error: String or binary data would be truncated.
details: MS Word 2000; Windows XP; IE 6.0 (I know, old version, but I can't imagine that's what's causing the error); MS SQL database varchar (8000) - 8000 is the max.
What can I do?
details: MS Word 2000; Windows XP; IE 6.0 (I know, old version, but I can't imagine that's what's causing the error); MS SQL database varchar (8000) - 8000 is the max.
What can I do?
Re: Input info too long for database to handle
Re: Input info too long for database to handle
Is there another option that I'm unaware of??
Re: Input info too long for database to handle
For [almost] unlimited sized text content, you'll want to use 'text' or 'ntext' field type.
See this link for field types in MS SQL Server:
http://msdn.microsoft.com/en-us/library/aa258271.aspx
hth!