Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Is there any way to access database schema in Ultralite for Android? In iOS we have access to the ULDatabaseSchema class, but this class doesn't seem to be available for Android. Is there any plans to make this class or some equivalent class available in Ultralite for Android?

The use case for us is that we want to be able to automatically register a table and its dependent tables for receiving change notifications (sync notifications). In order to map dependencies between tables we need access to the database schema in some way.

asked 19 Aug '11, 18:30

Jobson's gravatar image

Jobson
1765612
accept rate: 0%


You can write queries against the system tables to retrieve information about the database schema.

You can find information on UltraLite system tables in the online docs (dcx.sybase.com) under:

SQL Anywhere 12.0.1 >> UltraLite - Database Management and Reference >> UltraLite database reference >> UltraLite system tables

permanent link

answered 19 Aug '11, 18:43

PhilippeBertrand%20_SAP_'s gravatar image

PhilippeBert...
1.8k42139
accept rate: 22%

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:

×162
×79
×25

question asked: 19 Aug '11, 18:30

question was seen: 2,319 times

last updated: 19 Aug '11, 18:43