[flexcoders] Flex + Cairngorm + ASSQL

2008-05-24 Thread Manu Dhanda
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();

RE: [flexcoders] Flex + Cairngorm + ASSQL

2008-05-24 Thread Jim Hayes
: Sat 24/05/2008 22:06 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex + Cairngorm + ASSQL 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