Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top