Memo fields
I can convert the beginning of a memo field in order to parse it. Can the
end be converted? What other functions can be performed on a memo field.
Thank you in advance,
April
[191 byte] By [
April] at [2007-11-9 21:10:45]

# 1 Re: Memo fields
Check SQL Server Books Online. Search for "memo". There isn't much there
because there isn't a lot you can do. If you want to convert it, it would
have to be to a compatible datatype or into a column that accepts the new
datatype.
"April" <a_kim@netzero.net> wrote:
>
>I can convert the beginning of a memo field in order to parse it. Can the
>end be converted? What other functions can be performed on a memo field.
>
>
>Thank you in advance,
>April
C. E. at 2007-11-11 23:52:24 >
