You guys have been talking about data transfer in client-server application.
I am now working on such kinda project. Now that I need to know your opinions.
I have one server application, one client application, and an MS Access database.
Using Sockets.TcpListener, both application successfully communicate to one another.
The applications send (and receive) data in two ways:
1. Simple message, for data requests;
2. text file, consisting a bunch of data retrieved from the database.
I do not use ODBC for I do not want the MS Access database be visible from the clients.
Maybe this is not a good design.
Any thoughts?
TIA
mansii
I am now working on such kinda project. Now that I need to know your opinions.
I have one server application, one client application, and an MS Access database.
Using Sockets.TcpListener, both application successfully communicate to one another.
The applications send (and receive) data in two ways:
1. Simple message, for data requests;
2. text file, consisting a bunch of data retrieved from the database.
I do not use ODBC for I do not want the MS Access database be visible from the clients.
Maybe this is not a good design.
Any thoughts?
TIA
mansii