Truncation Issue w/ Strings
- From: jalil.feghhi@xxxxxxxxx
- Date: Thu, 17 Jul 2008 17:30:47 -0700 (PDT)
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?
Thanks,
-Jalil
.
- Follow-Ups:
- Re: Truncation Issue w/ Strings
- From: Dave O.
- Re: Truncation Issue w/ Strings
- From: Jeff Johnson
- Re: Truncation Issue w/ Strings
- From: Lance Wynn
- Re: Truncation Issue w/ Strings
- Prev by Date: Re: real time plot for VB5 application
- Next by Date: Re: how to enlarge debug window?
- Previous by thread: real time plot for VB5 application
- Next by thread: Re: Truncation Issue w/ Strings
- Index(es):
Relevant Pages
|
Loading