简体   繁体   English

IBM Worklight - 在Android中使用SQLite?

[英]IBM Worklight - Using SQLite in Android?

I am learning IBM Worklight. 我正在学习IBM Worklight。 I have implemented an SQLAdapter with DB2 as my database on my laptop. 我已经在我的笔记本电脑上实现了一个带有DB2作为我的数据库的SQLAdapter

But I could not find any tutorial regarding "How Connect SQLAdapter with SQLite " in Android emulator. 但我在Android模拟器中找不到任何关于“如何使用SQLite连接SQLAdapter ”的教程。 Any help will be appreciated. 任何帮助将不胜感激。

That's because you do not use Worklight adapters in conjunction with SQLite. 那是因为你没有将Worklight适配器与SQLite结合使用。

Worklight adapters are a means to deliver data from and to an external backend system (like your DB2 database). Worklight适配器是一种从外部后端系统(如DB2数据库)传递数据的方法。

In order to interface with SQLite in your device you use straight forward JavaScript and SQL. 为了在您的设备中与SQLite接口,您可以使用直接的JavaScript和SQL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM