Re: Truncation Issue w/ Strings
- From: "Jeff Johnson" <i.get@xxxxxxxxxxx>
- Date: Fri, 18 Jul 2008 09:14:03 -0400
<jalil.feghhi@xxxxxxxxx> wrote in message
news:c5c2b21f-ec48-415d-b096-484b76ca54be@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have an access database that has a field (type memo) that keeps very
long strings. When the value of this field is very long, my Visual
Basic 6.0 code does not return the whole value and truncates it. I
just read it using standard code like this:
storeId = rstMsg!storeId
where is defined as: Dim stMsg As ADOdb.Recordset
Everything works fine if storeid is not very big.
Does anybody know why this happens?
You might want to look into the GetChunk() method of the Field object.
.
- References:
- Truncation Issue w/ Strings
- From: jalil . feghhi
- Truncation Issue w/ Strings
- Prev by Date: Re: how to enlarge debug window?
- Next by Date: Getting problem in paper size
- Previous by thread: Re: Truncation Issue w/ Strings
- Next by thread: Re: Truncation Issue w/ Strings
- Index(es):
Relevant Pages
|