Re: Text Box or String > 32K -- Problem?
From: Rusty in Illinois (aid9401.removthis_at_nospamever.mail.idpa.state.il.us)
Date: 03/12/04
- Next message: Marco Castro: "Re: Creating a report entirely through code"
- Previous message: John Vinson: "Re: Q. Is 19 fields too much for a query ?"
- In reply to: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Next in thread: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Reply: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Mar 2004 12:06:03 -0600
Marshall ...
Thanks for the response.
I vote for "something else going on". I've traced the code and checked
lengths on various fields and objects while debugging the code. I've
changed my inserts on the database to a loop of AppendChunks and it
still seems like I'm not getting the proper data. I say that because a
Len([MemoFieldName]) in a query and still get 32768 as the largest (and
frequent) value. While debugging I saw a module whose Len was over
120,000 characters.
I also parse the ModuleObject.Module using a Module.Lines method to get
individual routines out of the module. It seems as though this didn't
make it past the 32K line because I am missing routines in my output
tables.
Could this be an incorrect VBA library, or some other old version of
Access97? I'm running VBA332.DLL, MSACC8.OLB, and DAO2535.tlb according
to my References in VBA.
I'm scratching my head, or I need a link to a reference on handling
CLOBs > 32K (and Module objects) in Access.
Thanks...
Marshall Barton wrote:
>
> Either you are counting incorrectly or there is something
> else going on. An A97 text box can hold up to 64K
> characters. If you only manipulate it in code, string
> variables and Memo fields can hold over 1GB of data (but an
> MDB file is limited to 1GB).
> --
> Marsh
> MVP [MS Access]
- Next message: Marco Castro: "Re: Creating a report entirely through code"
- Previous message: John Vinson: "Re: Q. Is 19 fields too much for a query ?"
- In reply to: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Next in thread: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Reply: Marshall Barton: "Re: Text Box or String > 32K -- Problem?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|