D
Dennis
In Access2002, what is the maximum number of MEMO fields that I can have in a
single table, before getting an error?
Thanks!!
single table, before getting an error?
Thanks!!
Unfortunately, my user is requiring that a table which is using many TEXT
fields (all set to 255 bytes), needs to be able to be more verbose in all of
them. Since 255 is my limit, my only choice is to use memo fields. However,
I've run into certain situations where I generated a "record too large" error
when using some number of them (in another application). That necessitated a
complete database redesign. I am HOPING to avoid that here, but I'm kind-of
doubtful.
If so, then Memo fields must be excluded as I have records with two
Memo fields each in excess of 3,000 characters.
Why would I want memo fields to be indexed?
Why would I want memo fields to be indexed?
I have almost no practical experience, and I really am
wondering because I have read this many times before.
...SQL Server Express...
memos have disadvantages... sorting will
truncate them to 255 bytes
Jamie, a single-column key that is 1,000 characters wide seems absurd
in my mind.
I repeat: the example I gave is not my invention said:I
am still left wondering why I might want to index or sort a memo
column.
NVARCHAR and NCHAR are not recognized by most people as Access
datatypes.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.