搜索资源列表
C-S-Access
- 在服务器端可以对数据库进行增删改,客户端通过SOCKET类进行访问服务器端的数据库,能够完成登录和注册的功能,并能与服务器端对话-On the server side for additions and deletions to the database, the client access through SOCKET class database server, to complete the login and registration functions, and the dialogu
DBRemoteBackup
- 一种数据库远程备份方案.服务端(发送方)和客户端(接收方)定好数据库结构及内容格式后,由服务端将数据库生成指定XML格式文件后, 通过Socket发给客户端。客户端接收成功后,用收到的XML库格式文件,生成数据库。-Remote backup a database program. Server (sender) and client (receiver) will be a good database structure and content format, the database cl
yiliaoxitong
- 实习时用VC做过的一个项目 很有实际意义 同时用到了socket编程 网络通信 和具体的医疗效果 总过分为三个客户端 医生 服务器 病人 很有学习价值-VC did an internship at a project with very real sense the same time use the socket programming and network communication over specific health effects of total clients for th
server
- 这是一个兼有数据库和套接字的程序代码。数据库是通过连接ODBC里的mysql数据库。程序有两个线程,一个是网络部分,负责监听接收数据。一个是数据库部分,可以将接收到的数据入库保存-This is a program which include DB and SOCKET
Assignment1
- Assignment:Core Java Guidelines: 1.Data will be stored in named as product .Product table has 5 columns pid,pname,price,status and color. 2.In client program we are fetching the results which has status as pending . 3.Aft