Hello all,
I am using Jason Perry's flash remoting and .net application -
http://www.macromedia.com/devnet/flashremoting/articles/ado_connect.html -
and I have it working fine. What I would like to do is take the data returned
and store them in object arrays by each recordset (i.e., array1 =primary key,
first name, last name, address array2=primary key first name, last name,
address etc.) How can I do this? Perhaps a quick code example would reaaly
help.
Thanks!
T
tonedigital - 19 Dec 2005 18:55 GMT
Correction. I would like to add the COLUMNS from the returned data set into array objects. Thanks!
T