sqlite COUNT in flex returning [object Object]
- by Adam
I'm sure this is an easy questions and I'm just doing something stupid but I'm really new to all this code.
I'm trying to run a sqlite query in flex to count the total number of records
I believe its working fine but I just can't figure out how to display the results - all I get back is [object Object].
private function overviewOne():void{
var…