I am trying to use ASSQL in my sample application with Cairngorm.
Now, am stuck at the point where my application will talk to the db
and the responses returned by db.
In my delegate class:
public function getCategories( ): void
{
var call : AsyncToken = this.getCategoriesFromDB(); //instead of
service.getCategoriesFromDB();
call.addResponder( responder );
}
and in this method this.getCategoriesFromDB(), I 'll talk to db. What should
be the return type of this method so that my responder can handle the
results.
You might like to have a look here too:
http://code.google.com/p/assql/wiki/ExampleUsage
Any suggestion here will be great.
Thanks.
--
View this message in context:
http://www.nabble.com/Flex-%2B-Cairngorm-%2B-ASSQL-tp17451889p17451889.html
Sent from the FlexCoders mailing list archive at Nabble.com.