We are moving our SQL database to a hosting company, but we still have to be able to do updates on the database over the internet using the Visual Basic application at our company. How can this be done? At the moment the connectionstring contains the following:
"Data Source = <computername>".

How can this be changed to for instance:
"Data Source = <url & the path of the SQL database>" ?

I've read about Winsock on the MSDN help files, but I still don't know how.