problem accessing remote database.
Windows Forms
3
Posts
3
Posters
0
Views
1
Watching
-
i have windows form (.net 3.5) and have to access data from database that is located on a remote server. how can i do it? plz help. can i do it with webservice. if yes then tell me how to access the webservice. Thanks!!!!!!!
Just as you would do for the local one. Write the connection string and use its
Open
method. Just make sure your database allows remote connection.50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
-
i have windows form (.net 3.5) and have to access data from database that is located on a remote server. how can i do it? plz help. can i do it with webservice. if yes then tell me how to access the webservice. Thanks!!!!!!!