What is the Field type code for Memo binary? i.e. C Character, M Memo.

Many thanks
Shahriar

Re: Memo Binary by Thierry

Thierry
Wed Feb 09 15:00:40 CST 2005

CREATE CURSOR temp (f1 M NOCPTRANS)


--
Thierry


"Shahriar" <HelloShahriar@hotmail.com> a écrit dans le message de news:
%vuOd.22920$uc.4804@trnddc09...
> What is the Field type code for Memo binary? i.e. C Character, M Memo.
>
> Many thanks
> Shahriar
>



Re: Memo Binary by Rick

Rick
Wed Feb 09 16:03:20 CST 2005

Shahriar,
In VFP 9.0, the BLOB field type is a Binary Memo field. You can use W or =
Blob as the field type in a CREATE / ALTER TaBLE/Cursor command.

Rick

"Shahriar" <HelloShahriar@hotmail.com> wrote in message =
news:%vuOd.22920$uc.4804@trnddc09...
> What is the Field type code for Memo binary? i.e. C Character, M =
Memo.
>=20
> Many thanks
> Shahriar=20
>=20
>

Re: Memo Binary by Shahriar

Shahriar
Wed Feb 09 16:42:19 CST 2005

Thank you.
"Thierry" <tper_NOSPAM@vfemail.net> wrote in message
news:%236XKRpuDFHA.2508@TK2MSFTNGP09.phx.gbl...
> CREATE CURSOR temp (f1 M NOCPTRANS)
>
>
> --
> Thierry
>
>
> "Shahriar" <HelloShahriar@hotmail.com> a écrit dans le message de news:
> %vuOd.22920$uc.4804@trnddc09...
>> What is the Field type code for Memo binary? i.e. C Character, M Memo.
>>
>> Many thanks
>> Shahriar
>>
>
>