问题描述
使用A2000
我正在使用驻留在软盘上的小型数据库来写学校
报告然后可以发送到中央数据库进行电子化
整理。有时数据库已经超过磁盘上的1.38Mb
,这已经将整个数据库崩溃到了一个非可靠的
可恢复状态,如果没有备份则会丢失数据。是否可以访问数据库中作为VB函数的数据库大小
,以便我可以在从记录移动到记录时触发警告,如果数据库是
接近极限?
谢谢
比尔
FileLen(CurrentDb.Name)
-
A)bort,R) etry,I)用大锤敲击。
最好的答案。简洁。
Tony
-
Tony Toews,Microsoft Access MVP
请仅回复在新闻组中,以便其他人可以阅读整个消息主题。
Microsoft Access Links,Hints,Tips&会计系统
FileLen(CurrentDb.Name)
-
A)bort,R)etry,I)用大锤子冲击。
Using A2000
I am using mini-databases residing on floppy disks for writing school
reports which can then be sent to a central db for electronic
collating. Occasionally the database has grown past the 1.38Mb
possible on disk and this has crashed the whole database into an un
recoverable state, losing data if not backed up. Is there access to
the size of the database within the db as a VB function so that I can
trigger a warning when moving from record to record if the db is
getting near the limit?
Thanks
Bill
FileLen(CurrentDb.Name)
--
A)bort, R)etry, I)nfluence with large hammer.
The best kind of answer. Succinct.
Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
FileLen(CurrentDb.Name)
--
A)bort, R)etry, I)nfluence with large hammer.
这篇关于跟踪数据库的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!