Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Sir,

I have a centralised database at say location "A". Now without using a web site an application is required to be created in Win Form which can have client installed on distant machines as .exes. All the data fed and processed by these clients at different locations in same city should be stored in the centralised database. I am not getting any clue on it. Please help me understand the technique and the solution (site where I can get it probably).

Thanking you in advance.

regards,

Indrajeet
Posted

1 solution

Hi,

You can create web service or WCF. This service can be consumed by your client to send and recieve data from centerlized location.

You just need to publish your service on the same location where your database is. This will also help to secure your database as the your client will be aware about the web service.


If this does not full fills your requirement then please elaborate your requirement little bit more.


Thanks and Regards
Manoj Kumar Patel
 
Share this answer
 
Comments
Indrojeet_Bhattacharya 4-Apr-11 11:36am    
Thanks Manoj for the effort. Actually as you have written "This service can be consumed by your client to send and recieve data from centerlized location." The data needs to be submitted to the centralised database from distant location which can be within a city or among different cities. Condition is "Without using any website". Can you be slightly more elaborative on how to perform the distant conectivity. Do we need to fix the IP Addresses or what. If we fix them then they might interfare with the internet connections. Lot of such questions are at the back of my mind.

Please help.
Manoj Patel 201 6-Apr-11 5:41am    
OK, Please let me know how you are going to connect with centerlized database.
Is internet connection is available or not.
Indrojeet_Bhattacharya 7-Apr-11 9:59am    
Database is located at one location in the city say "A" at Main Office. Software will run in remote offices in the same city as wel as different city. Internet connection is available.

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