posted 13 years ago
I'm sure i'm doing something wrong, and i'm hoping somebody can help me with my problem. I'm trying to run a select query to a database to return a cursor object, then pass that object to another class, or BB screen. From what I can tell, my sql statement isn't returning any data within the object. Here is my code:
MyDatabaseUtils Class
TableScreen class - this is the screen im trying to display my data on; within a table.