views:

35

answers:

0

Hi, I am developing a Blackberry app which should be able to access a DB. Here is my development environment and the tools I am using:

  1. Eclipse (Galileo) IDE with the Blackberry plugin installed.
  2. Blackberry OS 5.0
  3. SQLAnywhere's DB 11 with UltraLiteJ (I am targeting Blackberrys running OS 4.1 and above)

I have successfully executed a sample project for building a Blackberry application that uses the UltraLiteJ DB, following the tutorial in the UltraLiteJ documentation*. The tutorial creates, populates and retrieves data from the DB using java code.

Now, I want to be able to access the tables and view data in them from the Eclipse IDE. Something similar to the FireFox plugin for SqlLite or say the Enterprise Manager for Sql Server 2005 which is a DB Explorer providing access to the StoredProcedures, Views, DB Diagrams etc. for a Database. Can someone please direct me as to how to tackle this problem?

I hope the question is descriptive and clear.

Much Obliged.

*http://dcx.sybase.com/index.html#1101en/ulj_en11/uj-ch03.html