cursor/api

Ralf Sander ralf at end-if.de
Thu Feb 10 11:00:32 CST 2005


>>>> But I see a possible problem with speed. I have to store a sql search
>>>> request as a string for the current view of one user. If the user adds
>>>> a (existing-not new)  record to the current view, the sql request has
>>>> to be modified and re-performed. Could this be a problem, if the
>>>> current search is very complex respectively would the api way be much
>>>> faster?
>>> 
>>> If you use Vcursor and add records using Vcurosr.AddREcord()
>>> Then new record is right here.
>> 
>> Yes, a new record. But I can't add an existing record to the cursor and
>> I can' re-sort it.
> 
> Add existing record from table?
> which was not selected?
> 
> Then yes of course you need execute some new SQL query.

Wouldn't this a nice feature to join cursors?

Cheers,
Ralf



More information about the Valentina-beta mailing list