blah blah blah is here! blah blah » Close

0
votes
1 answers

transfer file from client to server using sockets using c#

i want to do the following :- transfer file from client to server using sockets in a windows based application. I am stuck at the server side code. Server side : ------------- my problem : how to receive file from client and save fil ...

0
votes
1 answers

Get update from server

Hi,all I wanna install application on client from server by this way : server detect witch client need prerequisites for run the application in client and update client from server to update installed application in client get new fi ...

1
votes
2 answers

MySQL Server updates field values on its Client constantly.

I could do the implementation such that the client is being updated constantly from its Server, when it reads from the MySQL database and update on the client, by using the Timer. Upon each ticks, it would read from the server database and ...

0
votes
1 answers

Client Updates Server Database (MySQL) using Private APN and Static IP addresses

using our office Local Area Network (192.168.1.xxx), I have no problem with the client updating the server database, when I set the MySqlConnection string "server=IP_Addresses_of_Server". However, when I switch to GPRS Connecti ...

Feedback