Skip to content Skip to sidebar Skip to footer

Ibm Worklight - Using Sqlite In Android?

I am learning IBM Worklight. I have implemented an SQLAdapter with DB2 as my database on my laptop. But I could not find any tutorial regarding 'How Connect SQLAdapter with SQLite'

Solution 1:

That's because you do not use Worklight adapters in conjunction with SQLite.

Worklight adapters are a means to deliver data from and to an external backend system (like your DB2 database).

In order to interface with SQLite in your device you use straight forward JavaScript and SQL.

Post a Comment for "Ibm Worklight - Using Sqlite In Android?"