PC Review


Reply
Thread Tools Rate Thread

2000 Character Record Limit

 
 
=?Utf-8?B?RGFuam9NYW4=?=
Guest
Posts: n/a
 
      15th May 2006
Ok so I accept that there can only be 2000 characters across a record. (all
columns adding characters in sequence)..

My question is with this limitation, how best can I test for an average of
characters across records?

Is there a utility out there?

I am splitting one table into two tables now using ONLY my best judgement,
but that seems inadequate, there must be a more solid way of doing this.
Worst case scenario is that the split will happen but I still have two tables
that are two large.

FYI: I inherited this mess..
 
Reply With Quote
 
 
 
 
=?Utf-8?B?S0FSTCBERVdFWQ==?=
Guest
Posts: n/a
 
      15th May 2006
Len([Field1]&[Field2]&....Fieldx])

"DanjoMan" wrote:

> Ok so I accept that there can only be 2000 characters across a record. (all
> columns adding characters in sequence)..
>
> My question is with this limitation, how best can I test for an average of
> characters across records?
>
> Is there a utility out there?
>
> I am splitting one table into two tables now using ONLY my best judgement,
> but that seems inadequate, there must be a more solid way of doing this.
> Worst case scenario is that the split will happen but I still have two tables
> that are two large.
>
> FYI: I inherited this mess..

 
Reply With Quote
 
Larry Linson
Guest
Posts: n/a
 
      15th May 2006
"DanjoMan" <(E-Mail Removed)> wrote

> Ok so I accept that there can only be 2000 characters across a record.

(all
> columns adding characters in sequence)..


Too bad that you are so accepting, because the limit was increased from 2048
to 4096 when Access began to support UniCode (16-bit) characters with Access
2000, two versions back from current. And, as UniCode text fields, by
default, have UniCode compression set to True, you actually get advantage of
most of the increase.

> My question is with this limitation, how best can I test for an average

of
> characters across records?


> Is there a utility out there?


> I am splitting one table into two tables now using ONLY my best

judgement,
> but that seems inadequate, there must be a more solid way of doing this.
> Worst case scenario is that the split will happen but I still have two

tables
> that are two large.


If your record is too large, Access will tell you.

But, the limit is not as stringent as it may seem because careful design
will limit the number of Fields in a Record, which will limit total Record
size, and the contents of Memo Fields are stored separately, so they don't
use up bytes toward the record size at all in proportion to the Memo Field
size.

A little testing should show you what the error code is for "Record too
large." Field the error, log it, and review the log to see if it is
happening enough to warrant taking further action. There's not really a
workaround, however, other than distributing the Fields from one Table into
two or more Tables.

Larry Linson
Microsoft Access MVP


 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      17th May 2006
wake up to the 90s and dont use MDB for anything

Access Data Projects are AWESOME!!

you can use SQL Server-- which has much larger / wider limits that
silly old mdb

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000 58 character Filename Limit? NickH Microsoft Excel Programming 8 26th Jul 2006 12:25 PM
Re: 20 character limit on user name in windows 2000? J.C. Hornbeck [MSFT] Microsoft Windows 2000 New Users 0 25th Mar 2004 06:55 PM
Pre-Windows 2000 Logon 20 Character Limit =?Utf-8?B?Qmxvd25hbGt5?= Microsoft Windows 2000 Active Directory 1 16th Mar 2004 04:30 PM
Pre-Windows 2000 Logon 20 Character Limit =?Utf-8?B?Qmxvd25hbGt5?= Microsoft Windows 2000 0 16th Mar 2004 01:51 PM
Re: Excel 2000 255 character limit Dave Peterson Microsoft Excel Worksheet Functions 0 17th Sep 2003 04:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:23 PM.