Yes, that was funny title, but after your experience it you will agree to me. So, here is the story. I have been working on a software that read some…
Category: SQlite
Database Optimization
Well, most of program use database for their web application. Eventually all web application does have database. But how many of those web application really works good. Well quite few….
SQLite Bulk Insert on ADO.NET
Today, I was trying to find an alternative on reading a Binary data file to use information in my software. For this I choose to use SQlite the embedded database….