WinForms connect to Hosted Database?

G

Guest

I initially posted this on the WindowsForms group, but perhaps it's more
appropriate in the ADO.NET group.

Is it possible to using connect to a SQL Server database on a shared hosted
web account using sqlconnection objects?

What would the connection string look like?

Thanks.
 
S

Sahil Malik

Is it possible to using connect to a SQL Server database on a shared
hosted
web account using sqlconnection objects?

Yes !! Though this is only if the shared hosting provider allows you to do
so.
What would the connection string look like?

Again, the specifics depend on the shared hosting provider. But you can
visit www.connectionstrings.com for examples and substitute the values for
your specific values easily.

- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
 
C

Cor Ligthert

MisterKen,

In addition to Sahil, the IP adres of your server

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top