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
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.