问题描述
我遇到间歇性的运行时错误13:类型不匹配。 这是一台32位Vista机器,有时可以工作,有时会失败。 除了这一台机器外,我们所有其他机器都能正常工作。 我在set cnn = command ....得到错误。
I'm getting intermittent run-time error 13: Type mismatch. It's a 32 bit Vista machine that sometimes works and sometimes fails. All of our other machines work fine except this one. I get the error at the set cnn= command....
Private Sub Form_Open(取消为整数)
Dim cnn As ADODB.Connection
设置cnn = Application.CurrentProject.Connection
Private Sub Form_Open(Cancel As Integer)
Dim cnn As ADODB.Connection
Set cnn = Application.CurrentProject.Connection
一个解决方案是下载msado60_Backcompat_i386.tlb并在其上运行regtlibv12。 但我失败了:80029c4a。 在阅读了许多关于不匹配错误的消息之后,我认为这是微软最近更新涉及64位系统
的结果,这个库是我需要的解决方案。 但现在我需要一个解决方案。 感谢您的帮助。 谢谢。
One solution says to download msado60_Backcompat_i386.tlb and run regtlibv12 on it. But I get failed : 80029c4a. After reading many messages about the mismatch error, I believe it's the result of Microsoft's recent updates involving 64 bit systems and this library is the soltution I need. But now I need a solution to the solution. Your help is appreciated. thanks.
推荐答案
这是一个分裂数据库,每个用户在THEIR机器上都有数据库前端文件的副本? 如果没有,它应该是。 此外,每个人都有相同的操作系统和访问版本吗?
Is this a split database with each user having a copy of the database frontend file on THEIR machine? If not, it should be. Also, does everyone have the same OS and Access version?
这篇关于运行时错误13,regtlibv12 80029c4a失败,Vista Win7 32位问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!