Question About Segment Errors
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Fri May 7 12:38:12 CDT 2010
On 7/5/10 8:06 PM, "jda" <jda at his.com> wrote:
>> I used to
>> create a cursor something like "SELECT * FROM myTable" which
>> would obviously include the VText fields and then update
>> whichever fields needed updating. I since changed to only
>> select the non-VText fields and update those. If a notes field
>> is changing, then I create a separate cursor containing only
>> that field and update or add separately.
>>
>
> Interesting. I update each field when the user is finished
> entering/editing (I do this in REALStudio on the LostFocus event, if
> that matters). So only one field is updated at a time (actually two
> fields, the VText field and a corresponding vBlob field that contains
> styled text data). Does updating two fields at once trigger this rare
> event (the bug I mean)? Of course I can't say.
As far as I see, Steve talks about
SELECT * FROM T
Selects all e.g. 20 fields of table. And e.g. 3 of them are TEXTs.
Then he CHANGE only few fields, which are not TEXTs...
And do Update().
------
Jon, btw remind me URL of your app ?
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list