'Vb.net running a WEBSERVER SQL query

A lot of times my windows software made in VB.NET (Basic language) needs to update or insert SQL in my website SQL. So I have to WRITE a php script in vb.net that does this, upload it to my webserver and run it in my VB.Net in order to do that. Is there a way I can directly run a SQL query in VB.net ? Obviously it would be great to also READ from it, but "Insert" and "Update" is better than nothing.

Thanks a lot :)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source