Search code examples
androidsqliteibm-mobilefirstworklight-adapters

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


Solution

  • 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.