Subject | Re: [IBO] Newbie BLOB question |
---|---|
Author | Joe Martinez |
Post date | 2003-05-25T05:17:01Z |
Never mind. I figured it out. I needed to call Edit() on the Cursor first.
-Joe
At 03:47 PM 5/24/2003 -0700, you wrote:
-Joe
At 03:47 PM 5/24/2003 -0700, you wrote:
>I'm attempting (for the first time) to use a table with text BLOBs. I'm
>trying to both store data into the BLOB, loaded using LoadFromFile(), and
>also retrieve data from the BLOB using SaveToFile. It's not working. Here
>are the details: