File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BlackBerry and the fly likes Cursor object not returning data properly. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Incubator » BlackBerry
Reply Bookmark "Cursor object not returning data properly." Watch "Cursor object not returning data properly." New topic
Author

Cursor object not returning data properly.

Mike Sabo
Greenhorn

Joined: Apr 21, 2011
Posts: 19
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.
 
IntelliJ Java IDE
 
subject: Cursor object not returning data properly.
 
Threads others viewed
JTable displaying input data onto console
For those who've used JClass Chart, how do I load data using a TableModel for x axis
JTableHeader column selection
invalid use of "this" selector syntax
JTable JCheckBox Cell Editor works on strings -- badly
IntelliJ Java IDE