MS Access 2002 - Text Field Size Limit

This is a discussion about MS Access 2002 - Text Field Size Limit in the Windows Software category; Hi all, I know this question is not directly related to the NT operating systems, but i hope it is ok to ask it here. This is just such a knowledgeable support group, I figured I'd get an snwer here.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar21.webp

103 Posts
Location -
Joined 2000-03-17
Hi all, I know this question is not directly related to the NT operating systems, but i hope it is ok to ask it here. This is just such a knowledgeable support group, I figured I'd get an snwer here.
 
Anyway, Access databases limit the size of text field to 255 charcaters. I need to know if there is a way around this limit, or if there is not, what is normally used for databases that require text field of much larger size.
 
I.E. what if I want to keep user comments on our website into a database, Access' 255 limit would not be enough.
 
We use the .Net technology for our site, so I would prefer to stay away from php/mysql combinations (I don't even know if mysql has the same limit or not)
 
Anyway, advice would be greatly appreciated.
 
Many thanks

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar06.webp

397 Posts
Location -
Joined 2001-10-13
Use a Memo field. The length is pretty much unlimited. Hit help and search for Memo field for details and gotchas ;-).

data/avatar/default/avatar12.webp

75 Posts
Location -
Joined 2003-05-05
Just remember that a memo field is not indexable (or at least it wasn't in Access 97).

data/avatar/default/avatar03.webp

581 Posts
Location -
Joined 2002-04-27
And being unindexable it will most likely be useless for your purposes!
M$ wants you to buy SQl server!