开发者

Android Database access from .NET application

开发者 https://www.devze.com 2023-04-10 12:25 出处:网络
Hi we have an Android app that currently stores its data in xml files and are looking to move it to SQL Lite based dat开发者_如何学运维abase.

Hi we have an Android app that currently stores its data in xml files and are looking to move it to SQL Lite based dat开发者_如何学运维abase.

The app is a consumer of data and data is added through a windows application after the phone is connected to the PC (Currently both are done through xml files on the SD card)

If the data is stored on a SQLite database, is it possible to locate and connect to the database from a .NET application which can both enter and delete records from it.

Please advise. Thanks,


Yes. You will be able to connect and then manipulate a SQLite database from a .NET application. Use a data provider like System.Data.SQLite. The downloads are here.

0

精彩评论

暂无评论...
验证码 换一张
取 消