|
-
Apr 30th, 2001, 12:48 AM
#1
Thread Starter
Lively Member
please tell me what this means ???
i get this error after i submit data to my SQL& database ??
what does it mean please ??
how would i get rid of this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e57'
[Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated.
/THEREALSITE/Users/Appraisal.asp, line 110
-
Apr 30th, 2001, 04:54 AM
#2
New Member
Your program wants to insert too long data into a field.
For example : if you have a varchar(50) field in the database table and you want to insert a 55 character long string then you receive this error message.
So you have to increase the size of the field or reduce the size of the string.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|