搜索资源列表
yuanchdatabak
- 服务端(发送方)和客户端(接收方)定好数据库结构及内容格式后,由服务端将数据库生成指定XML格式文件后, 通过Socket发给客户端。客户端接收成功后,用收到的XML库格式文件,生成数据库。
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
socket_access_oracle_database
- 使用socket 通訊協定透過PROC存取 oracle database -Socket protocol used to access oracle database through PROC
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
Remoteaccessdb
- 基于SOCKET+ADO远程访问数据的一个例子,可以实现,很好用,希望对大家有所帮助-SOCKET+ ADO-based remote access to data, an example can be achieved, very good, and I hope all of you to help
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
YTALK
- QQ聊天基于SQL 局域网,不用Socket实现-based on SQL Severe,without using Socket.
Network-Program
- 《学通Visual C 的24堂课(软件开发羊皮卷)系列》第20课网络编程,包括套接字编程、MFC套接字编程、获取本机用户名和IP地址等-"Learning through Visual C 24 lessons (software development scrolls) series" Lesson 20 network programming, including socket programming, MFC socket programming, access to the machi
DBTranfer
- 通过libsqlora8(PROC)库封装了对oracle数据库的访问,使用时只需修改oracle数据库的连接字即可,数据的发送使用socket通信,在win7和rhl系统中通过测试-Through libsqlora8 (PROC) library package of Oracle access, use only connected word can modify Oracle , data transmission using the socket communication, thr
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