That won't work. 'copy collection' does a shallow copy, which means it doesn't copy collections within collections. The _columnMap is not getting copied, and you can't copy it yourself.

What a relief. I thought I was going mad!

If you can wait till the end of the week, I will have support for persistent RowSets.

Fantastic news!

In the mean time is there a quite and dirty way of doing this so I can at least test my code..

Thanks, Michael.

PS Hope summit is going well.

On 17 Oct 2005, at 16:23, Aparajita Fishman wrote:

I using the following command to save a rowset into a global session collection. All I want is to have access to the rowset and its data from other processes. Any suggestions?

    session{"resultsRowSet"}:=copy collection($rowSet;*)


That won't work. 'copy collection' does a shallow copy, which means it doesn't copy collections within collections. The _columnMap is not getting copied, and you can't copy it yourself.

If you can wait till the end of the week, I will have support for persistent RowSets.

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/


_______________________________________________
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