accessing server database

  • Thread starter Thread starter Smith
  • Start date Start date
S

Smith

i want to build an application..my database is situated at

webserver.... can i acces data using vb.net windows form which architecture

is best ( I want to use all the vb.net windows forms features for this) can

u tell me how to connect a database situated at http://www.mydomian.com

using the dataset.xsd
 
To connect to a remote DB you simply supply an appropriate connection
string.

Check out the help on ConnectionString in VB.

HTH.
 
Back
Top