Storing hundreds of rows
Posted: Sun Aug 30, 2015 10:09 am
Hello
I need to import a CSV file that features several hundreds of rows a less that 10 columns in LC environment and make it persitent. This is a kind of read only database that does not need to be displayed. It needs to be queried to retrieve a row of data by code, so direct access to one specific row is needed based on two indexes. I have the feeling that SQLite would be too sophisticated for that kind of job. What would be the best approach?
From time to time,it may be needed to update this table.
Thank you
Nicolas
I need to import a CSV file that features several hundreds of rows a less that 10 columns in LC environment and make it persitent. This is a kind of read only database that does not need to be displayed. It needs to be queried to retrieve a row of data by code, so direct access to one specific row is needed based on two indexes. I have the feeling that SQLite would be too sophisticated for that kind of job. What would be the best approach?
From time to time,it may be needed to update this table.
Thank you
Nicolas