Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. database store!

database store!

Scheduled Pinned Locked Moved ASP.NET
questioncsharpjavadatabase
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ADY007
    wrote on last edited by
    #1

    hi, how can i expand the 255 words for the microsoft access database. because i need to enter more words than 255. how can i?? thanks!

    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

    N M 2 Replies Last reply
    0
    • A ADY007

      hi, how can i expand the 255 words for the microsoft access database. because i need to enter more words than 255. how can i?? thanks!

      Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

      N Offline
      N Offline
      Not Active
      wrote on last edited by
      #2

      Slow down and explain what you mean.


      only two letters away from being an asset

      A 1 Reply Last reply
      0
      • N Not Active

        Slow down and explain what you mean.


        only two letters away from being an asset

        A Offline
        A Offline
        ADY007
        wrote on last edited by
        #3

        as you know .. the microsoft access allows only length of 255 words maximum. now how can i expand that into a larger scale?? :(

        Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

        C 1 Reply Last reply
        0
        • A ADY007

          as you know .. the microsoft access allows only length of 255 words maximum. now how can i expand that into a larger scale?? :(

          Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          ADY007 wrote:

          microsoft access allows only length of 255 words maximum

          Does it? What specifically does it limit to 255 words? Couldn't you get around it by putting underscores between the words so it wouldn't see them as separate words?


          Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

          A 1 Reply Last reply
          0
          • C Colin Angus Mackay

            ADY007 wrote:

            microsoft access allows only length of 255 words maximum

            Does it? What specifically does it limit to 255 words? Couldn't you get around it by putting underscores between the words so it wouldn't see them as separate words?


            Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

            A Offline
            A Offline
            ADY007
            wrote on last edited by
            #5

            Thanks for your help buy what could i gain if i make the underscores? the problem is that the access cannot allow over than 255 words in one time :(. The member cannot write over than 255 words :(. I think mysql is better than access ey??

            Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

            C 1 Reply Last reply
            0
            • A ADY007

              Thanks for your help buy what could i gain if i make the underscores? the problem is that the access cannot allow over than 255 words in one time :(. The member cannot write over than 255 words :(. I think mysql is better than access ey??

              Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              ADY007 wrote:

              what could i gain if i make the underscores?

              You just insert one big word instead of lots of little words. Then you have no limit! However, I really think that "words" is incorrect. I don't know what you mean, but I am pretty sure that Access has no limit to the number of "words". Also, you didn't say where these "words" were within Access? So that removes a some context from which I could possibly figure out what you mean.

              ADY007 wrote:

              I think mysql is better than access ey??

              I couldn't say. I don't particularly have any strong opinions about either.


              Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

              A 1 Reply Last reply
              0
              • C Colin Angus Mackay

                ADY007 wrote:

                what could i gain if i make the underscores?

                You just insert one big word instead of lots of little words. Then you have no limit! However, I really think that "words" is incorrect. I don't know what you mean, but I am pretty sure that Access has no limit to the number of "words". Also, you didn't say where these "words" were within Access? So that removes a some context from which I could possibly figure out what you mean.

                ADY007 wrote:

                I think mysql is better than access ey??

                I couldn't say. I don't particularly have any strong opinions about either.


                Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                A Offline
                A Offline
                ADY007
                wrote on last edited by
                #7

                i mean .. letters not words sorry .. my mistake. I just check ms access and when i go to the design mode of the database, for the ItemDescription for example .. its telling me that the Field Size is 255 and when i try to make it bigger it dont want to maximize it. :(

                Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

                M 1 Reply Last reply
                0
                • A ADY007

                  i mean .. letters not words sorry .. my mistake. I just check ms access and when i go to the design mode of the database, for the ItemDescription for example .. its telling me that the Field Size is 255 and when i try to make it bigger it dont want to maximize it. :(

                  Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

                  M Offline
                  M Offline
                  Mike Ellison
                  wrote on last edited by
                  #8

                  Nope. A field in Access with a "text" datatype is limited to 255 characters maximum. For more characters than that, you can use the "memo" datatype.

                  1 Reply Last reply
                  0
                  • A ADY007

                    hi, how can i expand the 255 words for the microsoft access database. because i need to enter more words than 255. how can i?? thanks!

                    Adrian De Battista: .Net Programmer, Java Programmer and Web Designer.

                    M Offline
                    M Offline
                    Michael P Butler
                    wrote on last edited by
                    #9

                    ADY007 wrote:

                    hi, how can i expand the 255 words for the microsoft access database. because i need to enter more words than 255. how can i??

                    Assuming you are refering to the max column size of a Text field in Access. If you want more than 255 characters then you'll need to use a memo field instead.

                    Michael CP Blog [^] Development Blog [^]

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups