Results 1 to 2 of 2

Thread: please tell me what this means ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    103

    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

  2. #2
    New Member
    Join Date
    Apr 2001
    Location
    Hungary
    Posts
    8
    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
  •  



Click Here to Expand Forum to Full Width