Menu

#2 TResultRow.Assign method

open
nobody
None
2
2005-10-05
2005-02-02
Anonymous
No

Would it be possible to implement an Assign method to
the TResultRow class. Th e goal of this is to copy
the row of result of a query in an instance of
TResultRowand then apply to this instance the ByField
(or other) method many times even if the TLiteDB
instance hasmade an other query.
Or I didn't understand how to use these classes !
Regards.
Sylvestre

Discussion

  • René Tegel

    René Tegel - 2005-10-05
    • priority: 5 --> 2
     
  • René Tegel

    René Tegel - 2005-10-05

    Logged In: YES
    user_id=764063

    Implementing Assign is on the wish-list, but generally not
    needed since you can create a new TResultSet for each query,
    so that you are enabled to fetch results from multiple
    queries simultaniously.