在MS Access中使用下面的引用 [英] understading references in MS Access

查看:94
本文介绍了在MS Access中使用下面的引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大师


我最近在MS Access的VB部分发现了参考资料,然而,在选择参考资料时,我发现还有更多而不是谁

知道有多少选项。您如何和/或在哪里获得有关

所有可用参考资料的更多信息?有没有我应该使用/应该避免(我知道DAO的东西)?


很想听到任何建议。


TIA


- Nicolaas

Hi Gurus

I have recently discovered references in the VB section of MS Access,
however, when choosing references, I noticed that there are more than who
knows how many options. How and/or where do you i get more information on
all the references available? Are there any that I should be using / should
be avoiding (I know about the DAO stuff)?

Keen to hear any suggestions.

TIA

- Nicolaas

推荐答案



WindAndWaves <交流**** @ ngaru.com>在消息中写道

新闻:Jt ******************** @ news.xtra.co.nz ...

"WindAndWaves" <ac****@ngaru.com> wrote in message
news:Jt********************@news.xtra.co.nz...
嗨大师

我最近在MS Access的VB部分发现了引用,但是,在选择引用时,我注意到有更多的人知道如何很多选择。您如何和/或在哪里获得有关所有可用参考资料的更多信息?有没有我应该使用/应该避免(我知道DAO的东西)?

热衷于听取任何建议。
Hi Gurus

I have recently discovered references in the VB section of MS Access,
however, when choosing references, I noticed that there are more than who
knows how many options. How and/or where do you i get more information on
all the references available? Are there any that I should be using / should
be avoiding (I know about the DAO stuff)?

Keen to hear any suggestions.



在我看来,你应该避免所有这些。


我应该有资格。打开一个新的空白文件,查看默认设置的三个或四个
引用。这些都是你应该需要的。如果你构建依赖于其他引用的功能,那么你将没有任何东西

但如果你试图在开发盒之外的PC上使用这些文件,那就很悲痛。


在极少数情况下你需要自动化外部库使用后期

绑定,这不需要硬参考,你会有一个更容易

分发到多台目标机器的时间。


也不要混淆认为你所看到的是
$列表b $ b提供的参考,您可以添加到您的Access应用程序。

实际上是Windows操作系统上已注册的库列表。您应该(或甚至可以)在您的Access应用程序中使用所有这些内容,这没有

含义。

这同样适用于附加工具。表单中提供的工具栏和

报表设计。这是您的

系统上所有已注册的ActiveX控件的列表,但只有少数几个与Access兼容。

-

我没有查看此邮件附带的电子邮件帐户

。发送给... ...

在Hunter dot com的RBrandt



In my opinion you should avoid ALL of them.

I should qualify that. Open a new blank file and look at the three or four
references that are set by default. Those are all you should ever need. If you
build functionality that is dependent on other references you will have nothing
but grief if you try to use those files on PCs besides the development box.

On the rare occasion that you need to automate an outside library use late
binding which doesn''t require a hard reference and you will have a much easier
time when distributing to multiple target machines.

Also don''t be confused into thinking that what you are seeing is a "list of
references provided by Access that you can add to your Access app". It is
actually a list of registered libraries on your Windows OS. There is no
implication that you should (or even can) use all of them in your Access app.
The same applies to the "additional tools" toolbar that is available in form and
report design. That is a list of all registered ActiveX controls on your
system, but only a small minority of them are compatible with Access.
--
I don''t check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


你应该只包括你的<必需的引用br />
申请。如果您将应用程序分发到没有安装引用的机器上,那么您的应用程序将会失败。


2004年10月12日星期二11: 06:32 +1300,WindAndWaves < ac **** @ ngaru.com>

写道:
You should include only the references that are necessary for your
application. If you distribute an application to a machine that does
not have the reference installed, then your application will fail.

On Tue, 12 Oct 2004 11:06:32 +1300, "WindAndWaves" <ac****@ngaru.com>
wrote:
嗨大师

我最近发现了参考文献MS Access的VB部分,然而,在选择引用时,我注意到有多个人知道有多少选项。您如何和/或在哪里获得有关所有可用参考资料的更多信息?有没有我应该使用/应该避免(我知道DAO的东西)?

渴望听到任何建议。

TIA

- Nicolaas
Hi Gurus

I have recently discovered references in the VB section of MS Access,
however, when choosing references, I noticed that there are more than who
knows how many options. How and/or where do you i get more information on
all the references available? Are there any that I should be using / should
be avoiding (I know about the DAO stuff)?

Keen to hear any suggestions.

TIA

- Nicolaas



**********************
ja ************** @ telusTELUS.net

删除真实电子邮件的大写字母
http:// www。 geocities.com/jacksonmacd/ 有关MS Access安全性的信息


**********************
ja**************@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security


" Jack MacDonald" < JA ************** @ telus.net>在消息中写道

news:36 ******************************** @ 4ax.com ...
"Jack MacDonald" <ja**************@telus.net> wrote in message
news:36********************************@4ax.com...
您应该只包含
应用程序所需的引用。如果您将应用程序分发给没有安装引用的计算机,那么您的应用程序将失败。
You should include only the references that are necessary for your
application. If you distribute an application to a machine that does
not have the reference installed, then your application will fail.




感谢您的回答。我还有一些问题:


在分发数据库时,有没有办法附加图书馆?


我肯定其中一些库非常实用,只要我知道如何使用它们。

TIA


- Nicolaas



Thank you for your answer. I have some more questions:

Is there a way to ''attach'' the libraries when distributing a database?

I am sure that some of these libraries are super useful, if only I knew how
to use them.
TIA

- Nicolaas


这篇关于在MS Access中使用下面的引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆