ASP ACCESS Db Field Size

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: ASP ACCESS Db Field Size

    place the info into a memo field


    ================================
    [url]http://www.ASPkey.net/[/url]
    A Resource Site for Web Developers
    *Free OnLine web Tools
    *Free development services
    ================================





    Thomas A. Jenkins wrote in message
    <004501c33f2d$c9f91b90$a501280a@phx.gbl>...
    >What is the max char size for an ACCESS Db? I want to
    >store more than 255 CHR of data, should I go XML?
    >Currently I am using ASP txt file read/write to store this
    >data. However I would like to be a little more secure and
    >allow searchable and other features. Thanks in advance for
    >the information.
    >
    >Tom

    TJS Guest

  2. Similar Questions and Discussions

    1. 255 limit of field size
      hi there I'm creating a database site and using access. I've created a number of fields i.e date, time, description, cost The only problem is...
    2. [PHP] size of submitted textarea field in bytes
      You receive a string, so you need to find a function that will return the size of a string. I bet you will find the function in string section ...
    3. Text field size
      Nope. The alternative is a memo field. -- Kevin Hill 3NF Consulting www.3nf-inc.com/NewsGroups.htm "Joy"...
    4. Access Text Field Max Size
      Hi all, I'm using an Access db as the backend for a little app (I know, I know.) I just ran into a problem where the user needs to submit a string...
    5. Field Name Properties size question.
      You can't get long field names to scroll, but you can assign expression names to them in a query. eg) SELECT My_Field_Name FROM myTable SELECT...
  3. #2

    Default Re: ASP ACCESS Db Field Size

    And you can check Access' Help seaching for Access specifications for
    more info...

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139