设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 962|回复: 2
打印 上一主题 下一主题

[Access本身] [原创]谁有用过PUT/OPEN/GET??

[复制链接]
跳转到指定楼层
1#
发表于 2004-8-26 00:09:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
When working with large amounts of data, it is often convenient to write data to or read data from a file. The Open statement lets you create and access files directly. Open provides three types of file access:

· Sequential access (Input, Output, and Append modes) is used for writing text files, such as error logs and reports.

· Random access (Random mode) is used to read and write data to a file without closing it. Random access files keep data in records, which makes it easy to locate information quickly.

· Binary access (Binary mode) is used to read or write to any byte position in a file, such as storing or displaying a bitmap image.

Note   The Open statement should not be used to open an application's own file types. For example, don't use Open

to open a Word document, a Microsoft Excel spreadsheet, or a Microsoft Access database. Doing so will cause loss of file integrity and file corruption.

The following table shows the statements typically used when writing data to and reading data from files.

Access Type Writing Data Reading Data

Sequential Print #, Write # Input #

Random Put Get

Binary Put Get

按以上ACCESS的说法, 当数据量大的时候是很方便的.

有哪个高手用过吗?
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
2#
发表于 2004-8-26 01:13:00 | 只看该作者
有用过,使用二进制的方式读写文件,这有个示例:http://www.accfans.net/opensoft.asp?soft_id=26&url=1
3#
 楼主| 发表于 2004-8-26 01:27:00 | 只看该作者
速度快吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-5-14 23:37 , Processed in 0.139000 second(s), 26 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表