I have made an app in vb.net that needs to access an online database. I have never worked with online databases before so i have no idea how to do it.
Some basic thinks that i want to know:
* What kind of server will i need to host the database. Will free ftp servers like xhosting work? i mean if i upload the database on an ftp server, can the application access and edit the database directly without downloading it on the client computer. (Downloading and editing is not an option since this db shoud be accessible to many users who need to edit it simultaneously)
* If the above is not possible then are there an free servers that allow me to do so? I checked some free ftp servers but the sql db they offer can only be accessed by php scripts on their servers. Remote access to their database is not allowed.
* If either is not possible then can someone guide me to other alternatives.
Btw i had no idea either to post the thread in networking or programming section. Since it involves vb so i posted here.
Some basic thinks that i want to know:
* What kind of server will i need to host the database. Will free ftp servers like xhosting work? i mean if i upload the database on an ftp server, can the application access and edit the database directly without downloading it on the client computer. (Downloading and editing is not an option since this db shoud be accessible to many users who need to edit it simultaneously)
* If the above is not possible then are there an free servers that allow me to do so? I checked some free ftp servers but the sql db they offer can only be accessed by php scripts on their servers. Remote access to their database is not allowed.
* If either is not possible then can someone guide me to other alternatives.
Btw i had no idea either to post the thread in networking or programming section. Since it involves vb so i posted here.