Description: Start Server server directory on a computer, start the client in the client directory on another computer. In the client program " Connect" button at the top of edit box, enter the server ip address, click Connect, if the hardware is connected properly, IP addresses correctly, you can establish a network connection, to achieve mutual communication. 2, the server uses two threads, one thread for all client communications (nested calls), and the other for monitoring database db1.mdb. Changes in the process server is running, the monitor will automatically detect the database thread database " sample table" first record " age" field, dynamic reflected on the server. To test the server is running, open the Access database tables directly, modify " age" values to see the effect. Monitoring other fields empathy.
To Search:
File list (Check if you may need any files):
说明.txt
CLIENT\CLIENT.APS
......\CLIENT.CLW
......\CLIENT.CPP
......\CLIENT.DSP
......\CLIENT.DSW
......\CLIENT.H
......\CLIENT.NCB
......\CLIENT.OPT
......\CLIENT.PLG
......\CLIENT.RC
......\RCa04052
......\RDa04052
......\ReadMe.txt
......\Resource.h
......\StdAfx.cpp
......\StdAfx.h
......\clientDlg.cpp
......\clientDlg.h
......\RES\CLIENT.ICO
......\...\CLIENT.RC2
SERVER\#B1.LDB
......\DB1.MDB
......\MSADO15.TLH
......\MSADO15.TLI
......\ReadMe.txt
......\Resource.h
......\SERVER.APS
......\SERVER.CLW
......\SERVER.CPP
......\SERVER.DSP
......\SERVER.DSW
......\SERVER.H
......\SERVER.NCB
......\SERVER.OPT
......\SERVER.PLG
......\SERVER.RC
......\StdAfx.cpp
......\StdAfx.h
......\serverDlg.cpp
......\serverDlg.h
......\RES\SERVER.ICO
......\...\SERVER.RC2
......\...\Thumbs.db
CLIENT\RES
......\Debug
SERVER\RES
CLIENT
SERVER