问题
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