Hi,
I need some help. I'm currently doing a project that store data every 10 seconds. The problem i's that I was using Text file append method to achieve that and I'm getting speed problem. I'm now with a 5mb csv type file and it takes 5 time the time it took when I first started the app. Is there a way to get better result? I thought use sqlite but I never try this before. I don't want to install the whole SQL suite just a dll and a db would be fine. Can someone help me with writing and reading?
Thank you
Philippe
I need some help. I'm currently doing a project that store data every 10 seconds. The problem i's that I was using Text file append method to achieve that and I'm getting speed problem. I'm now with a 5mb csv type file and it takes 5 time the time it took when I first started the app. Is there a way to get better result? I thought use sqlite but I never try this before. I don't want to install the whole SQL suite just a dll and a db would be fine. Can someone help me with writing and reading?
Thank you
Philippe
Comment