Results 1 to 2 of 2

Thread: Field size limit

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    KL Malaysia
    Posts
    64

    Unhappy Field size limit

    I'm trying to write an ASP page which get's most of the info out of the a mdb. However, the text field size limit is only 255, which does not make sense at all. Is there a workaround for this problem?

  2. #2
    ines
    Guest
    use a textarea instead of a text input field;

    <textarea cols="" rows="" name=""></textarea>

    that should contain your text!

    good luck
    Ines

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