search

Home  >  Q&A  >  body text

c++ - 开发小规模本地信息管理系统怎样存储客户数据较好

安装在本地,不需要挂载在远程服务器上的数据库,数据规模在1万条以内。

1.如果使用数据库存储和处理,客户机上没有相应的数据库支持,这样的话就需要为每一个使用者安装和配置数据库,应该怎样处理较好?
2.这种情况是否使用格式化文件进行保存和处理较好?

巴扎黑巴扎黑2767 days ago596

reply all(3)I'll reply

  • 巴扎黑

    巴扎黑2017-04-17 11:20:56

    sqlite is very suitable

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 11:20:56

    Recommend sqlite

    You only need to put its dll file in the same directory of your program to run it normally, and there is no need for customers to install anything else.
    It is not good to use formatted text. You also need to write more code to process text files. If there is a ready-made wheel, just use it.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 11:20:56

    sqllite or MS access

    reply
    0
  • Cancelreply