J
jalil.feghhi
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
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