开发者

saving application settings vb2008

开发者 https://www.devze.com 2023-02-18 09:56 出处:网络
I am developing an application, and i need to store some configuration settings, with time, i will need to add some more configuration settings.

I am developing an application, and i need to store some configuration settings, with time, i will need to add some more configuration settings.

Am thinking of three alternative to implement that will me easy to access without m开发者_运维知识库uch coding and efficient

sqlite, xml, and application configuration file

But am concerned about security, because some personal data will be saved together.


i finally settled to using sqlite.

0

精彩评论

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