Hi, I want to make desktop AIR application. This application must have access to its database which is made in MS SQL Server. Now I have created .NET application (Web Service) that access this database. And initial thought was to host this service somewhere but problem is that my clients want to have their databases on their computers and that computers will not be connected to the internet. Now I don't know what to do. 1) To use other technology? 2) To use SQLite - I have never work with this, I don't know is data security, can I daily make database backup etc. 3) Any other suggestion?
Thanks

