main logo
Subject: Re: FAQ: Difference between VBlob.SetBlank and VBlob.DeleteData
Author: Francois Van Lerberghe
Posted: 2001/12/29 10:40:16
 
View Entire Thread
New Search


Ruslan Zasukhin wrote :
> =

> VBlob.SetBlank -- just clear RAM buffer of field to prepare it for new=

> record.
> Usually after this must follow Set BLOB value and AddRecord().
> =

> =

> VBlob.DeleteData -- delete existed BLOB data of CURRENT record.
> You fix this deletion by Table.UpdateRecord() or Cursor.UpdateRecor=
d().

Thus, if I write

myCursor.myVBlob.SetBlank
my Cursor.UpdateRecord()

the (existing) BLOB is "de-assigned" to the current record but not
deleted ?

Fran=E7ois Van Lerberghe
Thier Monty, 15A
B-4570 Marchin
Belgique
 
©2001 Francois Van Lerberghe
<-- Prior Message New Search Next Message -->