Results 1 to 3 of 3

Thread: very strange!!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    New Delhi, India
    Posts
    75
    I have a table in SQL 7.0 which has a field called body of the type varchar and length 8000. I have stored some datain n body feild which is 1000 in length. When I retrieve the data in Visual Basic and display the data I get only first 255 chracters. Can somebody explain why this is happening.

  2. #2
    Lively Member
    Join Date
    Sep 2000
    Posts
    116

    Smile

    Does your table has 8000 records or does your field
    has a max of 8000 characters?

    What I know is that in Access, the max number of
    characters allowed in a field is 255 characters.
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  3. #3
    Guest
    A text field can only contain 255 characters, but a memo field (=big textfield) can contain up to Max. 65.535 chars.

    If the memofield is manipulated by objects for data-access (DAO) and only text & numbers are stored (no binary data) the field-length is only constrained by the size of the database.

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