Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I want to create a windows desktop app in vb2012 , and i want to save it database online , so every user can access data from anywhere from my software . I also want that software work fast and support multiusers. I am familiar with vb and sql server. But i don't knw about this .how can i achieved that , is that possible with server hosting ?
plz help & guide me , i want to create desktop app with sqlserver database.
thanks a lot......
Posted

1 solution

Based on your question, webservice is best option. You could call the webservice in your Winform. Check the below article
A Simple Sample: WCF Service[^]

Alternatively, why Windows application? why not web application? Go with MVC + WCF.
 
Share this answer
 
Comments
Vipin Sharma 15-Dec-13 3:57am    
Thanks a lot for that solution,i will use a web service for my project .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900