What is the expected output? What do you see instead?
need the output data in the resultset i get the foll. error:
TypeError: Error #1034: Type Coercion failed: cannot convert
com.maclema.mysql::MySqlResponse@9c49791 to com.maclema.mysql.ResultSet.
using the foll code;
token.addResponder(new AsyncResponder(
function(data:Object, token:Object):void {
//call add new rows again to ensure we have all the rows
addNewRows3(ResultSet(data)); },
function(info:Object, token:Object):void {
Alert.show("Error: " + info); },
token ));
Original issue reported on code.google.com by arunvasw...@gmail.com on 10 Jun 2009 at 6:42
Original issue reported on code.google.com by
arunvasw...@gmail.com
on 10 Jun 2009 at 6:42