It looks like your server script needs a GET request, so the call looks like this:
Job.Download2("http://192.168.0.50/webform1.aspx", _
Array As String("query", "select count(adulti) as TotPersone FROM Prenotazioni"))
Take a search (Google or here) for GET and POST requests.
By the way: Be careful as anyone can send any request to that script (one could send a "Delete from Prenotazioni" and your table is empty). Use RDC or just send only data to your scripts and encrypt it.