Hello Steve,
I have a lot of commentary I would like to pursue here. Unfortunately,
or perhaps fortunately, I have an appointment in a half hour and will
shortly be leaving for about an hour and a half or so. So, first off,
you are absolutely correct. After much testing, your solution works very
well and I am using it. For that I certainly thank you.
I am a bit confused in that Access construes a string to be 255
characters even though we know a VB string can be around 64KB. So for
some reason I simply thought, well, if over 255 we deal with Chunks.
I certainly made two days of extra work for very little reward but what
a learning experience.
Again, thank you very much.
Robert
>>I have defined as part of a personnel system a class called staff which
>>is very straight forward and works well. However, two elements of the
[quoted text clipped - 66 lines]
>
> Steve
Don@home.com - 31 Oct 2003 15:31 GMT
>Hello Steve,
>
[quoted text clipped - 5 lines]
>
>I am a bit confused in that Access construes a string to be 255
Use a Memo record type. (IIRC, 1.2GB)
>characters even though we know a VB string can be around 64KB. So for
2 giga bytes for varible length strings
>some reason I simply thought, well, if over 255 we deal with Chunks.
As of late never found a reason other than system paging to use Chunks.. (If
this becomes a real problem then I reconsider how I'm storing the data)
Also, can your data type be used Chunks? If so the Chunk size should be as large
as possible...
Just Food for Thought...
>I certainly made two days of extra work for very little reward but what
>a learning experience.
[quoted text clipped - 73 lines]
>>
>> Steve
Have a good day...
Don