我在oracle 11中使用了vb6应用程序。但是在运行exe时,我得到了以下错误:
-没有找到2147467259/Oracle客户端和网络组件。这些组件由Oracle公司提供,是Oracle版本7.3.3或更高版本客户端软件安装的一部分。
在安装这些组件之前,提供程序无法工作。
应用平台: VB6应用程序类型: exe窗口: window 10 Oracle版本: 11
发布于 2018-12-26 15:46:56
这是一个重复的问题,其原因可能是若干不同的问题。这很可能是因为您的计算机上安装了错误的客户端版本,和/或这与一个已知的问题有关,该问题涉及特定版本的windows的安全更新。请参阅以下关于堆栈溢出的问题。
VB6 application oracle 12 64bit connection
Error ORA-03106 When using VB6 to access Oracle database in Windows 7 64bit
Oracle Client and networking components were not found - Excel VBA
Connection to Oracle through VBA no longer working
下面是有关补丁问题的Mircosoft支持文章:https://support.microsoft.com/en-us/help/3126587/ms16-014-description-of-the-security-update-for-windows-vista-windows
发布于 2018-12-26 16:50:18
很可能您安装了Oracle 11的64位版本。VB6二进制文件总是32-但是,因此您必须安装32位版本的Oracle。
如果您同时需要32位和64位版本的话,一台机器遵循以下指令:BadImageFormatException. This will occur when running in 64 bit mode with the 32 bit Oracle client components installed
根据您的错误消息,您使用来自Microsoft的驱动程序。这些驱动程序已经过时了,您应该更喜欢Oracle的驱动程序。
https://stackoverflow.com/questions/53933469
复制相似问题