
Originally Posted by
ubkra
I've got a project I need to build and it will be distributed around a number of people who have different computer settings and software.
I need to access lots of information on countries and cities.
My issue is where to store this where i can index it, search it and update it if required.
SQL Server - would be the best option until I consider many of my users will not have it.
XML - will it be too slow? can I index it?
SQLite - what's it about, how robust and portable is it?
Are there any other options?