Hi Everyone , I would like some opinions from anyone with experience in this area.
I am thinking of replacing the MS SQL Server backend to my web site with a few SQLite databases. I use the database backend to record purchases and store client information. I also record things like software paths and download times. What my concerns are is SQLite ability to handle web type traffic. If two or more people are using the download form, this form opens a SQLite DB and tries to insert information into the table will all the inserts work? I am planning to use it via ASP.NET and IIS 6.0 So if anyone is using SQLite in a web application that is used by lots of people I would love to here about any problems or just of your success. Kind regards Greg O