I have the following method (that you wrote for me) defined in my current rowset.a4d

/ ********************************************************************** ***************************
    makePersistentCopy

    Create a persistent copy of the rowset collection

    $self    ->    Collection    RowSet reference
    RESULT    <-    Collection    Persistent Rowset Collection
********************************************************************** ***************************/

method "makePersistentCopy"($self)

    $copy := copy collection($self; *)
    $copy{"_columnMap"} := copy collection($self{"_columnMap"}; *)
    $copy{"_rowData"} := copy collection($self{"_rowData"}; *)
    return ($copy)

end method

I see its not included in the latest release. Do you think it will make it into the rowset library permanently or should I just add it each time a new release comes out?

I will be adding a new interface to RowSets to make them persistent. I don't know the exact details yet.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to