lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

TypeError: Error #1034: Type Coercion failed: cannot convert response to result #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
I get the same error. It feels like the result data can be either of Type
MySqlResponse OR ResultSet.

Anyone know what is going on?

Original comment by adithy...@gmail.com on 8 Sep 2009 at 5:08