Quantcast
Channel: SCN : Popular Discussions - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 1302

Ultralite database is not Supporting delete operation in Query class in Android Native App using SUP 2.2 SP 4

$
0
0

Hi All,

 

I am developing Android Native Application using SUP 2.2 SP04 generated code.I want to use ultralite database and develop select,create and delete operations in that.


I am Using Select operation perfectly but unable to use Delete and Insert Operations in "Query" Class(API Given by Sybase).

 

Anyone please suggest me how to overcome this issue and possibilities to do these Operations in my Android Native Application.

 

Here is my Query,

 

Query query = new Query();

         query.select("x.ID, x.TITLE, x.DESCRIPTION");

         query.from("MyLocalDatabaseDB", "x");

         query.orderBy("id", SortOrder.ASCENDING);

         query.setTake(take);

         query.setSkip(skip);

 

 

 

Regards,

V B Jampana.


Viewing all articles
Browse latest Browse all 1302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>