引用本文
  •    [点击复制]
  •    [点击复制]
【打印本页】 【下载PDF全文】 查看/发表评论下载PDF阅读器关闭

←前一篇|后一篇→

过刊浏览    高级检索

本文已被:浏览 324次   下载 286 本文二维码信息
码上扫一扫!
基于XML技术的文件的数据库存储
0
()
摘要:
为解决C/S结构下客户端文档文件的共享问题,采用XML技术将不同类型文件转化为XML字符串统一存入数据库,读取时只需从数据库中读出XML字符并将其恢复为原文件即可。各客户端可对数据进行存取和修改,从而实现了客户端数据的共享操作。操作均在客户端完成,可以充分利用资源,提高系统性能,同时把文件统一存入数据库,简化了基于数据库应用开发的复杂度。本方案在国土资源部土地整理中心的土地整理项目审批系统中成功运用,解决了多种数据的统一管理问题。
关键词:  可扩展标记语言,数据,客户端/服务器,文档对象模型
DOI:10.11841/j.issn.1007-4333.2006.03.075
投稿时间:2005-09-03
基金项目:国家自然科学基金资助项目(40401047)
Storing files in database based on XML technique
Abstract:
Data is now getting more and more various and complex along with the rapid development of network technique.How to store various data efficiently becomes a focus in network and database domains.The C/S structure application based on database often shares data between every client.Some of the data are stored as files,such as Word documents,Excel documents,pictures and so on.In this paper we tried to store data files in database with the XML technique.By this means,data were efficiently shared between every client,and the application was successful.
Key words:  XML,data,C/S,DOM