Question
can you *copy* a recordset?
I'm using flash remoting to retrieve a pretty large data
recordset from my server. Then, I'm displaying that recordset on
two different datagrids which have to be able to sort the data
independently. If they use the same recordset, then sorting one
will sort the other.
I currently have them set up to each load the same recordset independently, but this is currently a list of 1800 products! it's really taxing bandwidth-wise.
Is there any way to 'copy' the results of a recordset?
I currently have them set up to each load the same recordset independently, but this is currently a list of 1800 products! it's really taxing bandwidth-wise.
Is there any way to 'copy' the results of a recordset?