I am creating a software with intention to sell it to the ministry of national security JAmaica. It is a criminal database that will be accessible anywhere the software is present by the use of an online database. I have arrived to the part where I created the form where they upload the picture and thumbprint , and enter the criminal’s information. Now I have the save criminal button on the form, but I dont know what code to put or whatelse to do.
Heelp!

First you need to think about security. Using a standard shared host or even a virtual server will not give you the security needed. You really need your own dedicated server.
Second. Are you sure there is a demand for this? You have exactly one chance to sell it to. In my years as a developer this is generally decided that there is a need for this and then they bid it out.
Before proceeding further you should contact this ministry and see if they would even need something like this. What you are suggesting is not really that unique.
OK so that’s the bad news.
I’d use SQL Express
Here’s a link that should helphttp://www.microsoft.com/sqlserver/en/us…
It’s free and once you develop against it you can easily upgrade to Microsoft SQL Server without any additional code.
Build your app then take it and demo it to your client. You can do this all on a laptop and keep it local.
Good luck on this I think you are going to need it.