Symbian:Symbian 手机使用的数据库
我有一项任务是创建一个应用程序,其中有一些数据需要存储在 Symbian 设备的数据库中。 Symbian 手机使用哪个数据库。或者有没有其他方法可以在这些设备中存储数据。 我是 Symbian 的新手,所以我从哪里获得所有这些信息。
I have one task to create an application in which some data is there which I need to store in database of Symbian Device. Which database is used by the Symbian Mobile Phone. Or is there any other way to store data in these device.
I am new in Symbian, so where I get all these information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您计划支持哪些版本的 Symbian?如果您计划也支持较旧的 Symbian 设备,那么最好使用 Symbian 本机数据库。但如果您打算仅支持较新的触摸设备(而不是指针触摸设备),那么您可以查看 SDK 中包含的 sqlite3。
如需了解更多信息,请访问 http://developer.nokia.com。
What versions of Symbian do you plan to support? If you plan to support older Symbian devices as well then better to go with Symbian native database. But if you plan to support only the newer touch devices (not the pointer touch ones), then you can check out sqlite3, which is included with the sdk.
More information can be sought on http://developer.nokia.com.
一些 Symbian 应用程序(包括一些内置应用程序)使用 sqlite3。
Some Symbian applications, including some built-in ones, use sqlite3.