Can SqlAnywhere's UltraLiteJ DB tables be viewed in the Database Explorer of the Eclipse IDE

Posted by Tobias on Stack Overflow See other posts from Stack Overflow or by Tobias
Published on 2010-05-03T16:21:15Z Indexed on 2010/05/03 16:28 UTC
Read the original article Hit count: 309

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about sqlanywhere

Related posts about eclipse