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/