Subject Re: [firebird-support] Re: What BLOB to use for RTF data
Author Helen Borrie
At 04:43 PM 12/10/2004 +0530, you wrote:

>Actually what I am expected to do in VFP is get the data from blob, store
>it in a form.property, the edit box is supposed to be bound to this
>form.property, all work is done in form.property, and on exiting the edit
>box I am to replace the data back into the RV.
>
>That sums it up but what is happening that the field remains NULL before
>and after.

I don't know VFP and, in the days before it became VFP, blobs were not
supported. I guess time has marched on....but you'd be looking to a)
display it in a control that can represent multi-line data (for the
interface) and b) pass it back to the update or insert statement as a
blob. I guess if VFP doesn't have this capability, you'll be googling the
web to find something suitable out there.

If you're using the ODBC driver, ask there for advice.

./heLen