Hello guys,
I designed a program with encrypted SQLite database that you helped me about connectiong between them. All of system that are used the program were single user so far, but at a company all systems are srever and clients. As I know Sqlite is not working on Server, so I'm seeking a suitable database for my project. I know I can use SQLServer or MS Access database for the project, but SQLServer is not free and it has a huge size of installation package (free version of SQLServer is limited) and Access database is not powerful on Server/Client and it is also a small size of database (2GB). So I'm looking for a database which has this features :
- Free (price = 0.0)
- Small size of installation package (Or without needing any installation like SQLite which it has only a DLL)
- Usable on Server/Client
- Security of database (ecryption database like SQLite or set password on database so that users can't be able to see the content of database)
I would appreciate your suggestions and comments.