How to Store data without using Database and how to retrieve them?

前端 未结 8 912
小鲜肉
小鲜肉 2020-12-11 08:10

I am parsing the html file to extract tabular information through column names. And I want like let user give the input for column name. And according to that column names t

8条回答
  •  粉色の甜心
    2020-12-11 08:55

    Use a database. If you don't want the hassle of setting up a client/sever architecture, use SQLite, which has several .Net incarnations, or SQL Server Express.

提交回复
热议问题