• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

put in LIST Sample Data to debug, also how view SQLITE DB Data from Eclipse IDE for debug purposes

 
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you debug, I failed read data[emulator shows error - do not show page], well if null/NoData page will still appear? how put in List<String[]> names, Sample Data to debug, also how view SQLITE DB TABLE Data from Eclipse IDE for debug purposes? below read/write are ok?

 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In terms of viewing SQLite data within the IDE, I posted this response last week: What you can do is install the JDBC driver for SQLite (there are a couple) and with that, use JDBC plugins such as DBEdit.

If you want more information, there is a entry on the Eclipse wiki: http://wiki.eclipse.org/Connecting_to_SQLite

Perry Hoekstra
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic