I am developing a standalone .NET application that currently uses an SQLite Database, but I want to port this to something else because i'm not happy with it's performance.
I would like to know which one would be better for use instead? An Access Database File or a SQL Server Compact Database File?
Which one would give the best performance and why?
Thanks