Results 1 to 3 of 3

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 from my ASP web form to my SQL7 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
    Addicted Member rikshawdriver's Avatar
    Join Date
    Apr 2001
    Posts
    160
    Can u provide some lines of code from the erroneous part of source indicating the line 110 (THEREALSITE/Users/Appraisal.asp, line 110).

  3. #3
    Addicted Member Babbalouie's Avatar
    Join Date
    Jan 2001
    Location
    On the bright, blue sea...
    Posts
    197
    The error means that a literal value in the command text could not be stored in the type specified by the associated column...meaning it doesnt like the way you defined one of your fields. Sounds like you might be trying to move 10 bytes into a 5 byte field, something like that...
    Building A Better Body Albeit Left Out Under Intense Extrapolation

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