搜索资源列表
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
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