IBM Worklight - Using SQLite in Android?

梦想的初衷 提交于 2019-12-24 22:32:17

问题


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" in Android emulator. Any help will be appreciated.


回答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.

  • For example: Cordova Storage API


来源:https://stackoverflow.com/questions/17838104/ibm-worklight-using-sqlite-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!