Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Client-Server Data Transfer

Status
Not open for further replies.

mansii

Programmer
Oct 18, 2002
641
ID
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
 
That seems like it ought to work, given your constraint of not wanting the access database to be accesses by the clients directly.

Chip H.


____________________________________________________________________
Donate to Katrina relief:
If you want to get the best response to a question, please read FAQ222-2244 first
 
Yes, Chip, it works (so far, in design mode).
Now I want to know and implement any other more efficient ways (or strategies) in data transferring regarding to a heavy network or 'bad' connection.

Thank's
mansii
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top