Hi,

I am working on converting an existing Windows Mobile system to Android and have been reading about UltraliteJ. The current system uses Ultralite for Windows Mobile. Some documentation states an UtraliteJ database can only be created using the java api and some documents state that it can be accessed/created using Sybase Central.

Which is correct?

Thanks, Paula

asked 12 Jan '16, 13:50

Paula's gravatar image

Paula
126141521
accept rate: 0%


You can create an UltraLite database using Sybase Central. Android UltraLiteJ uses the native UltraLite runtime under the covers.

Please submit a DCX comment on the documentation page which told you that UltraLiteJ databases could only be created using the java API.

Sorry for the mix up.

permanent link

answered 12 Jan '16, 13:57

PhilippeBertrand%20_SAP_'s gravatar image

PhilippeBert...
1.8k42139
accept rate: 22%

edited 13 Jan '16, 15:02

Tim%20McClements's gravatar image

Tim McClements
2.0k1830

Thanks for the quick response! Turns out I was originally looking at version 12 docs: http://infocenter.sybase.com/help/topic/com.sybase.help.sqlanywhere.12.0.0/pdf/ulj12.pdf

I guess that changed in 16, then?

(12 Jan '16, 14:15) Paula
Replies hidden
1

Latest docs of all supported versions can be found at http://dcx.sap.com/index.html

In earlier versions, UltraLiteJ was primarily a pure Java API for BlackBerry. Android was added but under the covers it used the native UltraLite libraries so it used a different database format than BlackBerry devices.

As of version 17, BlackBerry devices are no longer supported.

(12 Jan '16, 14:21) PhilippeBert...

If this solves your question, please accept the answer.

(12 Jan '16, 14:22) PhilippeBert...
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×128
×72

question asked: 12 Jan '16, 13:50

question was seen: 1,693 times

last updated: 13 Jan '16, 15:02